#685404

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

Shades of Raw Umber #685404

Tints of Raw Umber #685404

Color information

#685404 (or 0x685404) is unknown color: approx Raw Umber. HEX triplet: 68, 54 and 04. RGB value is (104,84,4). Sum of RGB (Red+Green+Blue) = 104+84+4=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #685404 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685404 is #97ABFB. Grayscale: #515151. Windows color (decimal): -9939964 or 283752. OLE color: 283752.

HSL color Cylindrical-coordinate representation of color #685404: hue angle of 48º 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 #685404 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.59.

Color convert

RGB104844-
CMYK00.190.960.59
HSL48º92.59%21.18%-
HSV(B)48º96.15%40.78%-
XYZ8.99.291.44-
YUV80.8684.63144.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.17%
GREEN value IS 84 (33.20% from 255) = 43.75%
BLUE value IS 4 (1.95% from 255) = 2.08%
R=54.17%
G=43.75%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.96
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10484400.190.960.594892.5921.18
Hex68544013603B305d15
Octal1501244023140736013525
Binary110100010101001000100111100000111011110000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685404; }

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

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

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

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

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

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

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

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