#60460D

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

Shades of Raw Umber #60460D

Tints of Raw Umber #60460D

Color information

#60460D (or 0x60460D) is unknown color: approx Raw Umber. HEX triplet: 60, 46 and 0D. RGB value is (96,70,13). Sum of RGB (Red+Green+Blue) = 96+70+13=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #60460D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60460D is #9FB9F2. Grayscale: #474747. Windows color (decimal): -10467827 or 869984. OLE color: 869984.

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

Color convert

RGB967013-
CMYK00.270.860.62
HSL41.2º76.15%21.37%-
HSV(B)41.2º86.46%37.65%-
XYZ7.096.91.34-
YUV71.2895.11145.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 53.63%
GREEN value IS 70 (27.73% from 255) = 39.11%
BLUE value IS 13 (5.47% from 255) = 7.26%
R=53.63%
G=39.11%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96701300.270.860.6241.276.1521.37
Hex6046D01B563E294c15
Octal14010615033126765111425
Binary1100000100011011010110111010110111110101001100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60460D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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