#6B2207

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

Shades of Baker's Chocolate #6B2207

Tints of Baker's Chocolate #6B2207

Color information

#6B2207 (or 0x6B2207) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 22 and 07. RGB value is (107,34,7). Sum of RGB (Red+Green+Blue) = 107+34+7=148 (19% of max value = 765). Red value is 107 (42.19% from 255 or 72.30% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2207 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2207 is #94DDF8. Grayscale: #343434. Windows color (decimal): -9756153 or 467563. OLE color: 467563.

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

Color convert

RGB107347-
CMYK00.680.930.58
HSL16.2º87.72%22.35%-
HSV(B)16.2º93.46%41.96%-
XYZ6.674.290.68-
YUV52.75102.18166.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 72.30%
GREEN value IS 34 (13.67% from 255) = 22.97%
BLUE value IS 7 (3.12% from 255) = 4.73%
R=72.30%
G=22.97%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10734700.680.930.5816.287.7222.35
Hex6B2270445D3A105816
Octal1534270104135722013026
Binary110101110001011101000100101110111101010000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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