Html Css Color HEX #5A4106 Raw Umber

📋 copy color: '#5A4106'

red 90 ◦ green 65 ◦ blue 6

#5A4106
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #5A4106

Tints of Raw Umber #5A4106

RGB

 RED value IS 90 (35.55% from 255) = 55.9%

 GREEN value IS 65 (25.78% from 255) = 40.37%

 BLUE value IS 6 (2.73% from 255) = 3.73%

R = 55.9%
G = 40.37%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#5A4106 (or 0x5A4106) is known color: Raw Umber. HEX triplet: 5A, 41 and 06. RGB value is (90,65,6). Sum of RGB (Red+Green+Blue) = 90+65+6=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4106 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4106 is #A5BEF9. Grayscale: #424242. Windows color (decimal): -10862330 or 409946. OLE color: 409946.

HSL color Cylindrical-coordinate representation of color #5A4106: hue angle of 42.14º 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 #5A4106 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 65 6 -
CMYK 0 0.28 0.93 0.65
HSL 42.14º 0.88% 0.19% -
HSV(B) 42.14º 0.93% 0.35% -
XYZ 6.14 5.97 1 -
YUV 65.75 94.28 145.3 -
System Red Green Blue C M Y K H S L
Decimal 90 65 6 0 0.28 0.93 0.65 42.14 0.88 0.19
Hex 5A 41 6 0 1C 5D 41 2A 58 13
Octal 132 101 6 0 34 135 101 52 130 23
Binary 1011010 1000001 110 0 11100 1011101 1000001 101010 1011000 10011

Color Harmonies of #5A4106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4106

Black with #5A4106

Text Example


Text Example

White with #5A4106

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A4106;
 }
 .AnyTagClassName
 {
   color: #5A4106;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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