#60480A

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

Shades of Raw Umber #60480A

Tints of Raw Umber #60480A

Color information

#60480A (or 0x60480A) is unknown color: approx Raw Umber. HEX triplet: 60, 48 and 0A. RGB value is (96,72,10). Sum of RGB (Red+Green+Blue) = 96+72+10=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 72 (28.52% from 255 or 40.45% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #60480A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60480A is #9FB7F5. Grayscale: #484848. Windows color (decimal): -10467318 or 673888. OLE color: 673888.

HSL color Cylindrical-coordinate representation of color #60480A: hue angle of 43.26º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60480A is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB967210-
CMYK00.250.900.62
HSL43.26º81.13%20.78%-
HSV(B)43.26º89.58%37.65%-
XYZ7.27.141.29-
YUV72.1192.95145.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.93%
GREEN value IS 72 (28.52% from 255) = 40.45%
BLUE value IS 10 (4.30% from 255) = 5.62%
R=53.93%
G=40.45%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96721000.250.900.6243.2681.1320.78
Hex6048A0195A3E2b5115
Octal14011012031132765312125
Binary1100000100100010100110011011010111110101011101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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