#60440C

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

Shades of Raw Umber #60440C

Tints of Raw Umber #60440C

Color information

#60440C (or 0x60440C) is unknown color: approx Raw Umber. HEX triplet: 60, 44 and 0C. RGB value is (96,68,12). Sum of RGB (Red+Green+Blue) = 96+68+12=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60440C is #9FBBF3. Grayscale: #464646. Windows color (decimal): -10468340 or 803936. OLE color: 803936.

HSL color Cylindrical-coordinate representation of color #60440C: hue angle of 40º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #60440C is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB966812-
CMYK00.290.880.62
HSL40º77.78%21.18%-
HSV(B)40º87.5%37.65%-
XYZ6.966.651.26-
YUV69.9995.28146.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 68 (26.95% from 255) = 38.64%
BLUE value IS 12 (5.08% from 255) = 6.82%
R=54.55%
G=38.64%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96681200.290.880.624077.7821.18
Hex6044C01D583E284e15
Octal14010414035130765011625
Binary1100000100010011000111011011000111110101000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60440C; }

 p { color: rgb(96,68,12); }

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

<style>
 a { background-color: #60440C; }

 a { background-color: rgb(96,68,12); }

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

<style>
 span { border-color: #60440C; }

 span { border-color: rgb(96,68,12); }

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