#5A4006

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

Shades of Raw Umber #5A4006

Tints of Raw Umber #5A4006

Color information

#5A4006 (or 0x5A4006) is unknown color: approx Raw Umber. HEX triplet: 5A, 40 and 06. RGB value is (90,64,6). Sum of RGB (Red+Green+Blue) = 90+64+6=160 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.25% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4006 is #A5BFF9. Grayscale: #414141. Windows color (decimal): -10862586 or 409690. OLE color: 409690.

HSL color Cylindrical-coordinate representation of color #5A4006: hue angle of 41.43º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A4006 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB90646-
CMYK00.290.930.65
HSL41.43º87.5%18.82%-
HSV(B)41.43º93.33%35.29%-
XYZ6.085.850.98-
YUV65.1694.61145.72-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 56.25%
GREEN value IS 64 (25.39% from 255) = 40%
BLUE value IS 6 (2.73% from 255) = 3.75%
R=56.25%
G=40%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9064600.290.930.6541.4387.518.82
Hex5A40601D5D41295813
Octal13210060351351015113023
Binary1011010100000011001110110111011000001101001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A4006; }

 p { color: rgb(90,64,6); }

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

<style>
 a { background-color: #5A4006; }

 a { background-color: rgb(90,64,6); }

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

<style>
 span { border-color: #5A4006; }

 span { border-color: rgb(90,64,6); }

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