Html Css Color HEX #5B4006 Raw Umber

📋 copy color: '#5B4006'

red 91 ◦ green 64 ◦ blue 6

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

Shades of Raw Umber #5B4006

Tints of Raw Umber #5B4006

RGB

 RED value IS 91 (35.94% from 255) = 56.52%

 GREEN value IS 64 (25.39% from 255) = 39.75%

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

R = 56.52%
G = 39.75%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.64

RGB Variations

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

Color information

#5B4006 (or 0x5B4006) is known color: Raw Umber. HEX triplet: 5B, 40 and 06. RGB value is (91,64,6). Sum of RGB (Red+Green+Blue) = 91+64+6=161 (21% of max value = 765). Red value is 91 (35.94% from 255 or 56.52% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 6 (2.73% from 255 or 3.73% from 161); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4006 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B4006 is #A4BFF9. Grayscale: #414141. Windows color (decimal): -10797050 or 409691. OLE color: 409691.

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

Color convert

RGB 91 64 6 -
CMYK 0 0.30 0.93 0.64
HSL 40.94º 0.88% 0.19% -
HSV(B) 40.94º 0.93% 0.36% -
XYZ 6.18 5.9 0.99 -
YUV 65.46 94.45 146.22 -
System Red Green Blue C M Y K H S L
Decimal 91 64 6 0 0.30 0.93 0.64 40.94 0.88 0.19
Hex 5B 40 6 0 1E 5D 40 29 58 13
Octal 133 100 6 0 36 135 100 51 130 23
Binary 1011011 1000000 110 0 11110 1011101 1000000 101001 1011000 10011

Color Harmonies of #5B4006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B4006

Black with #5B4006

Text Example


Text Example

White with #5B4006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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