#6B2205

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

Shades of Baker's Chocolate #6B2205

Tints of Baker's Chocolate #6B2205

Color information

#6B2205 (or 0x6B2205) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 22 and 05. RGB value is (107,34,5). Sum of RGB (Red+Green+Blue) = 107+34+5=146 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.29% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2205 is #94DDFA. Grayscale: #343434. Windows color (decimal): -9756155 or 336491. OLE color: 336491.

HSL color Cylindrical-coordinate representation of color #6B2205: hue angle of 17.06º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B2205 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.58.

Color convert

RGB107345-
CMYK00.680.950.58
HSL17.06º91.07%21.96%-
HSV(B)17.06º95.33%41.96%-
XYZ6.664.280.62-
YUV52.52101.18166.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 73.29%
GREEN value IS 34 (13.67% from 255) = 23.29%
BLUE value IS 5 (2.34% from 255) = 3.42%
R=73.29%
G=23.29%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10734500.680.950.5817.0691.0721.96
Hex6B2250445F3A115b16
Octal1534250104137722113326
Binary110101110001010101000100101111111101010001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B2205; }

 p { color: rgb(107,34,5); }

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

<style>
 a { background-color: #6B2205; }

 a { background-color: rgb(107,34,5); }

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

<style>
 span { border-color: #6B2205; }

 span { border-color: rgb(107,34,5); }

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