#684A04

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

Shades of Raw Umber #684A04

Tints of Raw Umber #684A04

Color information

#684A04 (or 0x684A04) is unknown color: approx Raw Umber. HEX triplet: 68, 4A and 04. RGB value is (104,74,4). Sum of RGB (Red+Green+Blue) = 104+74+4=182 (24% of max value = 765). Red value is 104 (41.02% from 255 or 57.14% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 104 - color contains mainly: red. Hex color #684A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #684A04 is #97B5FB. Grayscale: #4B4B4B. Windows color (decimal): -9942524 or 281192. OLE color: 281192.

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

Color convert

RGB104744-
CMYK00.290.960.59
HSL42º92.59%21.18%-
HSV(B)42º96.15%40.78%-
XYZ8.187.851.2-
YUV74.9987.94148.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 57.14%
GREEN value IS 74 (29.30% from 255) = 40.66%
BLUE value IS 4 (1.95% from 255) = 2.20%
R=57.14%
G=40.66%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10474400.290.960.594292.5921.18
Hex684A401D603B2a5d15
Octal1501124035140735213525
Binary110100010010101000111011100000111011101010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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