#60450B

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

Shades of Raw Umber #60450B

Tints of Raw Umber #60450B

Color information

#60450B (or 0x60450B) is unknown color: approx Raw Umber. HEX triplet: 60, 45 and 0B. RGB value is (96,69,11). Sum of RGB (Red+Green+Blue) = 96+69+11=176 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.55% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 11 (4.69% from 255 or 6.25% from 176); Max value from RGB is 96 - color contains mainly: red. Hex color #60450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60450B is #9FBAF4. Grayscale: #464646. Windows color (decimal): -10468085 or 738656. OLE color: 738656.

HSL color Cylindrical-coordinate representation of color #60450B: hue angle of 40.94º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60450B is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB966911-
CMYK00.280.890.62
HSL40.94º79.44%20.98%-
HSV(B)40.94º88.54%37.65%-
XYZ7.016.771.25-
YUV70.4694.45146.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 54.55%
GREEN value IS 69 (27.34% from 255) = 39.20%
BLUE value IS 11 (4.69% from 255) = 6.25%
R=54.55%
G=39.20%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96691100.280.890.6240.9479.4420.98
Hex6045B01C593E294f15
Octal14010513034131765111725
Binary1100000100010110110111001011001111110101001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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