Html Css Color HEX #5B3E06 Baker's Chocolate

📋 copy color: '#5B3E06'

red 91 ◦ green 62 ◦ blue 6

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

Shades of Baker's Chocolate #5B3E06

Tints of Baker's Chocolate #5B3E06

RGB

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

 GREEN value IS 62 (24.61% from 255) = 38.99%

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

R = 57.23%
G = 38.99%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.64

RGB Variations

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

Color information

#5B3E06 (or 0x5B3E06) is known color: Baker's Chocolate. HEX triplet: 5B, 3E and 06. RGB value is (91,62,6). Sum of RGB (Red+Green+Blue) = 91+62+6=159 (21% of max value = 765). Red value is 91 (35.94% from 255 or 57.23% from 159); Green value is 62 (24.61% from 255 or 38.99% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3E06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B3E06 is #A4C1F9. Grayscale: #404040. Windows color (decimal): -10797562 or 409179. OLE color: 409179.

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

Color convert

RGB 91 62 6 -
CMYK 0 0.32 0.93 0.64
HSL 39.53º 0.88% 0.19% -
HSV(B) 39.53º 0.93% 0.36% -
XYZ 6.07 5.68 0.95 -
YUV 64.29 95.11 147.05 -
System Red Green Blue C M Y K H S L
Decimal 91 62 6 0 0.32 0.93 0.64 39.53 0.88 0.19
Hex 5B 3E 6 0 20 5D 40 28 58 13
Octal 133 76 6 0 40 135 100 50 130 23
Binary 1011011 111110 110 0 100000 1011101 1000000 101000 1011000 10011

Color Harmonies of #5B3E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3E06

Black with #5B3E06

Text Example


Text Example

White with #5B3E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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