#685211

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

Shades of Raw Umber #685211

Tints of Raw Umber #685211

Color information

#685211 (or 0x685211) is unknown color: approx Raw Umber. HEX triplet: 68, 52 and 11. RGB value is (104,82,17). Sum of RGB (Red+Green+Blue) = 104+82+17=203 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.23% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 104 - color contains mainly: red. Hex color #685211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685211 is #97ADEE. Grayscale: #515151. Windows color (decimal): -9940463 or 1135208. OLE color: 1135208.

HSL color Cylindrical-coordinate representation of color #685211: hue angle of 44.83º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #685211 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB1048217-
CMYK00.210.840.59
HSL44.83º71.9%23.73%-
HSV(B)44.83º83.65%40.78%-
XYZ8.839.021.81-
YUV81.1791.79144.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.23%
GREEN value IS 82 (32.42% from 255) = 40.39%
BLUE value IS 17 (7.03% from 255) = 8.37%
R=51.23%
G=40.39%
B=8.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.84
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104821700.210.840.5944.8371.923.73
Hex685211015543B2d4818
Octal15012221025124735511030
Binary11010001010010100010101011010100111011101101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685211; }

 p { color: rgb(104,82,17); }

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

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

 a { background-color: rgb(104,82,17); }

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

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

 span { border-color: rgb(104,82,17); }

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