#684A14

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

Shades of Raw Umber #684A14

Tints of Raw Umber #684A14

Color information

#684A14 (or 0x684A14) is unknown color: approx Raw Umber. HEX triplet: 68, 4A and 14. RGB value is (104,74,20). Sum of RGB (Red+Green+Blue) = 104+74+20=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #684A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684A14 is #97B5EB. Grayscale: #4D4D4D. Windows color (decimal): -9942508 or 1329768. OLE color: 1329768.

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

Color convert

RGB1047420-
CMYK00.290.810.59
HSL38.57º67.74%24.31%-
HSV(B)38.57º80.77%40.78%-
XYZ8.287.891.75-
YUV76.8195.94147.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.53%
GREEN value IS 74 (29.30% from 255) = 37.37%
BLUE value IS 20 (8.20% from 255) = 10.10%
R=52.53%
G=37.37%
B=10.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104742000.290.810.5938.5767.7424.31
Hex684A1401D513B274418
Octal15011224035121734710430
Binary11010001001010101000111011010001111011100111100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,74,20); }

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

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

 a { background-color: rgb(104,74,20); }

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

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

 span { border-color: rgb(104,74,20); }

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