#60450C

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

Shades of Raw Umber #60450C

Tints of Raw Umber #60450C

Color information

#60450C (or 0x60450C) is unknown color: approx Raw Umber. HEX triplet: 60, 45 and 0C. RGB value is (96,69,12). Sum of RGB (Red+Green+Blue) = 96+69+12=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #60450C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60450C is #9FBAF3. Grayscale: #464646. Windows color (decimal): -10468084 or 804192. OLE color: 804192.

HSL color Cylindrical-coordinate representation of color #60450C: hue angle of 40.71º 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 #60450C is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB966912-
CMYK00.280.880.62
HSL40.71º77.78%21.18%-
HSV(B)40.71º87.5%37.65%-
XYZ7.026.771.28-
YUV70.5794.95146.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.24%
GREEN value IS 69 (27.34% from 255) = 38.98%
BLUE value IS 12 (5.08% from 255) = 6.78%
R=54.24%
G=38.98%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96691200.280.880.6240.7177.7821.18
Hex6045C01C583E294e15
Octal14010514034130765111625
Binary1100000100010111000111001011000111110101001100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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