#685216

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

Shades of Raw Umber #685216

Tints of Raw Umber #685216

Color information

#685216 (or 0x685216) is unknown color: approx Raw Umber. HEX triplet: 68, 52 and 16. RGB value is (104,82,22). Sum of RGB (Red+Green+Blue) = 104+82+22=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #685216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685216 is #97ADE9. Grayscale: #525252. Windows color (decimal): -9940458 or 1462888. OLE color: 1462888.

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

Color convert

RGB1048222-
CMYK00.210.790.59
HSL43.9º65.08%24.71%-
HSV(B)43.9º78.85%40.78%-
XYZ8.879.042.04-
YUV81.7494.29143.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 39.42%
BLUE value IS 22 (8.98% from 255) = 10.58%
R=50%
G=39.42%
B=10.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104822200.210.790.5943.965.0824.71
Hex6852160154F3B2c4119
Octal15012226025117735410131
Binary11010001010010101100101011001111111011101100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685216; }

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

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

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

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

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

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

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

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