#60420F

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

Shades of Raw Umber #60420F

Tints of Raw Umber #60420F

Color information

#60420F (or 0x60420F) is unknown color: approx Raw Umber. HEX triplet: 60, 42 and 0F. RGB value is (96,66,15). Sum of RGB (Red+Green+Blue) = 96+66+15=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #60420F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60420F is #9FBDF0. Grayscale: #454545. Windows color (decimal): -10468849 or 1000032. OLE color: 1000032.

HSL color Cylindrical-coordinate representation of color #60420F: hue angle of 37.78º 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 #60420F is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB966615-
CMYK00.310.840.62
HSL37.78º72.97%21.76%-
HSV(B)37.78º84.38%37.65%-
XYZ6.866.421.33-
YUV69.1697.44147.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.24%
GREEN value IS 66 (26.17% from 255) = 37.29%
BLUE value IS 15 (6.25% from 255) = 8.47%
R=54.24%
G=37.29%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96661500.310.840.6237.7872.9721.76
Hex6042F01F543E264916
Octal14010217037124764611126
Binary1100000100001011110111111010100111110100110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60420F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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