#60420E

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

Shades of Raw Umber #60420E

Tints of Raw Umber #60420E

Color information

#60420E (or 0x60420E) is unknown color: approx Raw Umber. HEX triplet: 60, 42 and 0E. RGB value is (96,66,14). Sum of RGB (Red+Green+Blue) = 96+66+14=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60420E is #9FBDF1. Grayscale: #454545. Windows color (decimal): -10468850 or 934496. OLE color: 934496.

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

Color convert

RGB966614-
CMYK00.310.850.62
HSL38.05º74.55%21.57%-
HSV(B)38.05º85.42%37.65%-
XYZ6.856.411.29-
YUV69.0496.94147.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 66 (26.17% from 255) = 37.5%
BLUE value IS 14 (5.86% from 255) = 7.95%
R=54.55%
G=37.5%
B=7.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96661400.310.850.6238.0574.5521.57
Hex6042E01F553E264b16
Octal14010216037125764611326
Binary1100000100001011100111111010101111110100110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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