#685006

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

Shades of Raw Umber #685006

Tints of Raw Umber #685006

Color information

#685006 (or 0x685006) is unknown color: approx Raw Umber. HEX triplet: 68, 50 and 06. RGB value is (104,80,6). Sum of RGB (Red+Green+Blue) = 104+80+6=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 80 (31.64% from 255 or 42.11% from 190); Blue value is 6 (2.73% from 255 or 3.16% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #685006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685006 is #97AFF9. Grayscale: #4F4F4F. Windows color (decimal): -9940986 or 413800. OLE color: 413800.

HSL color Cylindrical-coordinate representation of color #685006: hue angle of 45.31º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #685006 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.59.

Color convert

RGB104806-
CMYK00.230.940.59
HSL45.31º89.09%21.57%-
HSV(B)45.31º94.23%40.78%-
XYZ8.618.691.4-
YUV78.7486.95146.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.74%
GREEN value IS 80 (31.64% from 255) = 42.11%
BLUE value IS 6 (2.73% from 255) = 3.16%
R=54.74%
G=42.11%
B=3.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.94
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10480600.230.940.5945.3189.0921.57
Hex685060175E3B2d5916
Octal1501206027136735513126
Binary110100010100001100101111011110111011101101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685006; }

 p { color: rgb(104,80,6); }

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

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

 a { background-color: rgb(104,80,6); }

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

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

 span { border-color: rgb(104,80,6); }

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