#5B2606

Color #5B2606 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #5B2606

Tints of Baker's Chocolate #5B2606

Color information

#5B2606 (or 0x5B2606) is unknown color: approx Baker's Chocolate. HEX triplet: 5B, 26 and 06. RGB value is (91,38,6). Sum of RGB (Red+Green+Blue) = 91+38+6=135 (17% of max value = 765). Red value is 91 (35.94% from 255 or 67.41% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2606 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B2606 is #A4D9F9. Grayscale: #323232. Windows color (decimal): -10803706 or 403035. OLE color: 403035.

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

Color convert

RGB91386-
CMYK00.580.930.64
HSL22.59º87.63%19.02%-
HSV(B)22.59º93.41%35.69%-
XYZ5.043.620.61-
YUV50.2103.06157.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 67.41%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 6 (2.73% from 255) = 4.44%
R=67.41%
G=28.15%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9138600.580.930.6422.5987.6319.02
Hex5B26603A5D40175813
Octal1334660721351002713023
Binary101101110011011001110101011101100000010111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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