#60490E

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

Shades of Raw Umber #60490E

Tints of Raw Umber #60490E

Color information

#60490E (or 0x60490E) is unknown color: approx Raw Umber. HEX triplet: 60, 49 and 0E. RGB value is (96,73,14). Sum of RGB (Red+Green+Blue) = 96+73+14=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #60490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60490E is #9FB6F1. Grayscale: #494949. Windows color (decimal): -10467058 or 936288. OLE color: 936288.

HSL color Cylindrical-coordinate representation of color #60490E: hue angle of 43.17º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60490E is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB967314-
CMYK00.240.850.62
HSL43.17º74.55%21.57%-
HSV(B)43.17º85.42%37.65%-
XYZ7.297.281.44-
YUV73.1594.62144.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.46%
GREEN value IS 73 (28.91% from 255) = 39.89%
BLUE value IS 14 (5.86% from 255) = 7.65%
R=52.46%
G=39.89%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96731400.240.850.6243.1774.5521.57
Hex6049E018553E2b4b16
Octal14011116030125765311326
Binary1100000100100111100110001010101111110101011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60490E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60490E; }

 p { color: rgb(96,73,14); }

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

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

 a { background-color: rgb(96,73,14); }

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

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

 span { border-color: rgb(96,73,14); }

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