#60490F

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

Shades of Raw Umber #60490F

Tints of Raw Umber #60490F

Color information

#60490F (or 0x60490F) is unknown color: approx Raw Umber. HEX triplet: 60, 49 and 0F. RGB value is (96,73,15). Sum of RGB (Red+Green+Blue) = 96+73+15=184 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.17% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 96 - color contains mainly: red. Hex color #60490F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60490F is #9FB6F0. Grayscale: #494949. Windows color (decimal): -10467057 or 1001824. OLE color: 1001824.

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

Color convert

RGB967315-
CMYK00.240.840.62
HSL42.96º72.97%21.76%-
HSV(B)42.96º84.38%37.65%-
XYZ7.297.291.47-
YUV73.2695.12144.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 52.17%
GREEN value IS 73 (28.91% from 255) = 39.67%
BLUE value IS 15 (6.25% from 255) = 8.15%
R=52.17%
G=39.67%
B=8.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96731500.240.840.6242.9672.9721.76
Hex6049F018543E2b4916
Octal14011117030124765311126
Binary1100000100100111110110001010100111110101011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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