#60480D

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

Shades of Raw Umber #60480D

Tints of Raw Umber #60480D

Color information

#60480D (or 0x60480D) is unknown color: approx Raw Umber. HEX triplet: 60, 48 and 0D. RGB value is (96,72,13). Sum of RGB (Red+Green+Blue) = 96+72+13=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 72 (28.52% from 255 or 39.78% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #60480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60480D is #9FB7F2. Grayscale: #484848. Windows color (decimal): -10467315 or 870496. OLE color: 870496.

HSL color Cylindrical-coordinate representation of color #60480D: hue angle of 42.65º 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 #60480D is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB967213-
CMYK00.250.860.62
HSL42.65º76.15%21.37%-
HSV(B)42.65º86.46%37.65%-
XYZ7.217.151.38-
YUV72.4594.45144.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.04%
GREEN value IS 72 (28.52% from 255) = 39.78%
BLUE value IS 13 (5.47% from 255) = 7.18%
R=53.04%
G=39.78%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96721300.250.860.6242.6576.1521.37
Hex6048D019563E2b4c15
Octal14011015031126765311425
Binary1100000100100011010110011010110111110101011100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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