#60410D

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

Shades of Raw Umber #60410D

Tints of Raw Umber #60410D

Color information

#60410D (or 0x60410D) is unknown color: approx Raw Umber. HEX triplet: 60, 41 and 0D. RGB value is (96,65,13). Sum of RGB (Red+Green+Blue) = 96+65+13=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #60410D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60410D is #9FBEF2. Grayscale: #444444. Windows color (decimal): -10469107 or 868704. OLE color: 868704.

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

Color convert

RGB966513-
CMYK00.320.860.62
HSL37.59º76.15%21.37%-
HSV(B)37.59º86.46%37.65%-
XYZ6.796.31.24-
YUV68.3496.77147.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.17%
GREEN value IS 65 (25.78% from 255) = 37.36%
BLUE value IS 13 (5.47% from 255) = 7.47%
R=55.17%
G=37.36%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96651300.320.860.6237.5976.1521.37
Hex6041D020563E264c15
Octal14010115040126764611425
Binary11000001000001110101000001010110111110100110100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60410D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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