#685016

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

Shades of Raw Umber #685016

Tints of Raw Umber #685016

Color information

#685016 (or 0x685016) is unknown color: approx Raw Umber. HEX triplet: 68, 50 and 16. RGB value is (104,80,22). Sum of RGB (Red+Green+Blue) = 104+80+22=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #685016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685016 is #97AFE9. Grayscale: #505050. Windows color (decimal): -9940970 or 1462376. OLE color: 1462376.

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

Color convert

RGB1048022-
CMYK00.230.790.59
HSL42.44º65.08%24.71%-
HSV(B)42.44º78.85%40.78%-
XYZ8.728.741.99-
YUV80.5694.95144.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.49%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=50.49%
G=38.83%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104802200.230.790.5942.4465.0824.71
Hex6850160174F3B2a4119
Octal15012026027117735210131
Binary11010001010000101100101111001111111011101010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685016; }

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

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

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

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

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

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

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

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