#60420D

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

Shades of Raw Umber #60420D

Tints of Raw Umber #60420D

Color information

#60420D (or 0x60420D) is unknown color: approx Raw Umber. HEX triplet: 60, 42 and 0D. RGB value is (96,66,13). Sum of RGB (Red+Green+Blue) = 96+66+13=175 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.86% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 13 (5.47% from 255 or 7.43% from 175); Max value from RGB is 96 - color contains mainly: red. Hex color #60420D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60420D is #9FBDF2. Grayscale: #454545. Windows color (decimal): -10468851 or 868960. OLE color: 868960.

HSL color Cylindrical-coordinate representation of color #60420D: hue angle of 38.31º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60420D is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB966613-
CMYK00.310.860.62
HSL38.31º76.15%21.37%-
HSV(B)38.31º86.46%37.65%-
XYZ6.846.411.26-
YUV68.9396.44147.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.86%
GREEN value IS 66 (26.17% from 255) = 37.71%
BLUE value IS 13 (5.47% from 255) = 7.43%
R=54.86%
G=37.71%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96661300.310.860.6238.3176.1521.37
Hex6042D01F563E264c15
Octal14010215037126764611425
Binary1100000100001011010111111010110111110100110100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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