#684B10

Color #684B10 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #684B10

Tints of Raw Umber #684B10

Color information

#684B10 (or 0x684B10) is unknown color: approx Raw Umber. HEX triplet: 68, 4B and 10. RGB value is (104,75,16). Sum of RGB (Red+Green+Blue) = 104+75+16=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 16 (6.64% from 255 or 8.21% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #684B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684B10 is #97B4EF. Grayscale: #4D4D4D. Windows color (decimal): -9942256 or 1067880. OLE color: 1067880.

HSL color Cylindrical-coordinate representation of color #684B10: hue angle of 40.23º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #684B10 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB1047516-
CMYK00.280.850.59
HSL40.23º73.33%23.53%-
HSV(B)40.23º84.62%40.78%-
XYZ8.328.011.6-
YUV76.9493.61147.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 53.33%
GREEN value IS 75 (29.69% from 255) = 38.46%
BLUE value IS 16 (6.64% from 255) = 8.21%
R=53.33%
G=38.46%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104751600.280.850.5940.2373.3323.53
Hex684B1001C553B284918
Octal15011320034125735011130
Binary11010001001011100000111001010101111011101000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684B10; }

 p { color: rgb(104,75,16); }

 H1.HeaderClassName
 {
   color: #684B10;
 }
 .AnyTagClassName
 {
   color: #684B10;
 }
</style>
background-color css

<style>
 a { background-color: #684B10; }

 a { background-color: rgb(104,75,16); }

 div.DivClassName
 {
   background-color: #684B10;
 }
 .BgClassName
 {
   background-color: #684B10;
 }
</style>
border-color css

<style>
 span { border-color: #684B10; }

 span { border-color: rgb(104,75,16); }

 td.TdClassName
 {
   border-color: #684B10;
 }
 .TagClassName
 {
   border-color: #684B10;
 }
</style>