#685410

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

Shades of Raw Umber #685410

Tints of Raw Umber #685410

Color information

#685410 (or 0x685410) is unknown color: approx Raw Umber. HEX triplet: 68, 54 and 10. RGB value is (104,84,16). Sum of RGB (Red+Green+Blue) = 104+84+16=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #685410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685410 is #97ABEF. Grayscale: #525252. Windows color (decimal): -9939952 or 1070184. OLE color: 1070184.

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

Color convert

RGB1048416-
CMYK00.190.850.59
HSL46.36º73.33%23.53%-
HSV(B)46.36º84.62%40.78%-
XYZ8.979.321.82-
YUV82.2390.63143.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.98%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 16 (6.64% from 255) = 7.84%
R=50.98%
G=41.18%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104841600.190.850.5946.3673.3323.53
Hex685410013553B2e4918
Octal15012420023125735611130
Binary11010001010100100000100111010101111011101110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685410; }

 p { color: rgb(104,84,16); }

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

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

 a { background-color: rgb(104,84,16); }

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

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

 span { border-color: rgb(104,84,16); }

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