#685114

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

Shades of Raw Umber #685114

Tints of Raw Umber #685114

Color information

#685114 (or 0x685114) is unknown color: approx Raw Umber. HEX triplet: 68, 51 and 14. RGB value is (104,81,20). Sum of RGB (Red+Green+Blue) = 104+81+20=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #685114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685114 is #97AEEB. Grayscale: #515151. Windows color (decimal): -9940716 or 1331560. OLE color: 1331560.

HSL color Cylindrical-coordinate representation of color #685114: hue angle of 43.57º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #685114 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB1048120-
CMYK00.220.810.59
HSL43.57º67.74%24.31%-
HSV(B)43.57º80.77%40.78%-
XYZ8.788.881.91-
YUV80.9293.62144.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.73%
GREEN value IS 81 (32.03% from 255) = 39.51%
BLUE value IS 20 (8.20% from 255) = 9.76%
R=50.73%
G=39.51%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104812000.220.810.5943.5767.7424.31
Hex685114016513B2c4418
Octal15012124026121735410430
Binary11010001010001101000101101010001111011101100100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685114; }

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

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

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

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

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

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

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

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