#6B2E09

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

Shades of Baker's Chocolate #6B2E09

Tints of Baker's Chocolate #6B2E09

Color information

#6B2E09 (or 0x6B2E09) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 2E and 09. RGB value is (107,46,9). Sum of RGB (Red+Green+Blue) = 107+46+9=162 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.05% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 9 (3.91% from 255 or 5.56% from 162); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2E09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2E09 is #94D1F6. Grayscale: #3C3C3C. Windows color (decimal): -9753079 or 601707. OLE color: 601707.

HSL color Cylindrical-coordinate representation of color #6B2E09: hue angle of 22.65º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6B2E09 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.58.

Color convert

RGB107469-
CMYK00.570.920.58
HSL22.65º84.48%22.75%-
HSV(B)22.65º91.59%41.96%-
XYZ7.095.10.87-
YUV60.0299.21161.51-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 66.05%
GREEN value IS 46 (18.36% from 255) = 28.40%
BLUE value IS 9 (3.91% from 255) = 5.56%
R=66.05%
G=28.40%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.92
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10746900.570.920.5822.6584.4822.75
Hex6B2E90395C3A175417
Octal1535611071134722712427
Binary110101110111010010111001101110011101010111101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,46,9); }

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

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

 a { background-color: rgb(107,46,9); }

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

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

 span { border-color: rgb(107,46,9); }

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