#685A08

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

Shades of Raw Umber #685A08

Tints of Raw Umber #685A08

Color information

#685A08 (or 0x685A08) is unknown color: approx Raw Umber. HEX triplet: 68, 5A and 08. RGB value is (104,90,8). Sum of RGB (Red+Green+Blue) = 104+90+8=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 90 (35.55% from 255 or 44.55% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #685A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685A08 is #97A5F7. Grayscale: #555555. Windows color (decimal): -9938424 or 547432. OLE color: 547432.

HSL color Cylindrical-coordinate representation of color #685A08: hue angle of 51.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #685A08 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB104908-
CMYK00.130.920.59
HSL51.25º85.71%21.96%-
HSV(B)51.25º92.31%40.78%-
XYZ9.4110.271.72-
YUV84.8484.64141.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.49%
GREEN value IS 90 (35.55% from 255) = 44.55%
BLUE value IS 8 (3.52% from 255) = 3.96%
R=51.49%
G=44.55%
B=3.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10490800.130.920.5951.2585.7121.96
Hex685A80D5C3B335616
Octal15013210015134736312626
Binary110100010110101000011011011100111011110011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685A08; }

 p { color: rgb(104,90,8); }

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

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

 a { background-color: rgb(104,90,8); }

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

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

 span { border-color: rgb(104,90,8); }

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