#685616

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

Shades of Raw Umber #685616

Tints of Raw Umber #685616

Color information

#685616 (or 0x685616) is unknown color: approx Raw Umber. HEX triplet: 68, 56 and 16. RGB value is (104,86,22). Sum of RGB (Red+Green+Blue) = 104+86+22=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 86 (33.98% from 255 or 40.57% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #685616 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685616 is #97A9E9. Grayscale: #545454. Windows color (decimal): -9939434 or 1463912. OLE color: 1463912.

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

Color convert

RGB1048622-
CMYK00.170.790.59
HSL46.83º65.08%24.71%-
HSV(B)46.83º78.85%40.78%-
XYZ9.189.662.14-
YUV84.0992.96142.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.06%
GREEN value IS 86 (33.98% from 255) = 40.57%
BLUE value IS 22 (8.98% from 255) = 10.38%
R=49.06%
G=40.57%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104862200.170.790.5946.8365.0824.71
Hex6856160114F3B2f4119
Octal15012626021117735710131
Binary11010001010110101100100011001111111011101111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685616; }

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

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

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

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

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

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

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

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