#60400D

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

Shades of Raw Umber #60400D

Tints of Raw Umber #60400D

Color information

#60400D (or 0x60400D) is unknown color: approx Raw Umber. HEX triplet: 60, 40 and 0D. RGB value is (96,64,13). Sum of RGB (Red+Green+Blue) = 96+64+13=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #60400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #60400D is #9FBFF2. Grayscale: #434343. Windows color (decimal): -10469363 or 868448. OLE color: 868448.

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

Color convert

RGB966413-
CMYK00.330.860.62
HSL36.87º76.15%21.37%-
HSV(B)36.87º86.46%37.65%-
XYZ6.736.181.22-
YUV67.7597.1148.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 64 (25.39% from 255) = 36.99%
BLUE value IS 13 (5.47% from 255) = 7.51%
R=55.49%
G=36.99%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96641300.330.860.6236.8776.1521.37
Hex6040D021563E254c15
Octal14010015041126764511425
Binary11000001000000110101000011010110111110100101100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60400D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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