#685115

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

Shades of Raw Umber #685115

Tints of Raw Umber #685115

Color information

#685115 (or 0x685115) is unknown color: approx Raw Umber. HEX triplet: 68, 51 and 15. RGB value is (104,81,21). Sum of RGB (Red+Green+Blue) = 104+81+21=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #685115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685115 is #97AEEA. Grayscale: #515151. Windows color (decimal): -9940715 or 1397096. OLE color: 1397096.

HSL color Cylindrical-coordinate representation of color #685115: hue angle of 43.37º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #685115 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB1048121-
CMYK00.220.800.59
HSL43.37º66.4%24.51%-
HSV(B)43.37º79.81%40.78%-
XYZ8.798.881.96-
YUV81.0494.12144.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.49%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 21 (8.59% from 255) = 10.19%
R=50.49%
G=39.32%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104812100.220.800.5943.3766.424.51
Hex685115016503B2b4219
Octal15012125026120735310231
Binary11010001010001101010101101010000111011101011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685115; }

 p { color: rgb(104,81,21); }

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

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

 a { background-color: rgb(104,81,21); }

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

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

 span { border-color: rgb(104,81,21); }

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