#685316

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

Shades of Raw Umber #685316

Tints of Raw Umber #685316

Color information

#685316 (or 0x685316) is unknown color: approx Raw Umber. HEX triplet: 68, 53 and 16. RGB value is (104,83,22). Sum of RGB (Red+Green+Blue) = 104+83+22=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #685316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685316 is #97ACE9. Grayscale: #525252. Windows color (decimal): -9940202 or 1463144. OLE color: 1463144.

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

Color convert

RGB1048322-
CMYK00.200.790.59
HSL44.63º65.08%24.71%-
HSV(B)44.63º78.85%40.78%-
XYZ8.959.192.06-
YUV82.3293.96143.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 22 (8.98% from 255) = 10.53%
R=49.76%
G=39.71%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104832200.200.790.5944.6365.0824.71
Hex6853160144F3B2d4119
Octal15012326024117735510131
Binary11010001010011101100101001001111111011101101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685316; }

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

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

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

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

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

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

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

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