#6B2E0C

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

Shades of Baker's Chocolate #6B2E0C

Tints of Baker's Chocolate #6B2E0C

Color information

#6B2E0C (or 0x6B2E0C) is unknown color: approx Baker's Chocolate. HEX triplet: 6B, 2E and 0C. RGB value is (107,46,12). Sum of RGB (Red+Green+Blue) = 107+46+12=165 (21% of max value = 765). Red value is 107 (42.19% from 255 or 64.85% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2E0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B2E0C is #94D1F3. Grayscale: #3C3C3C. Windows color (decimal): -9753076 or 798315. OLE color: 798315.

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

Color convert

RGB1074612-
CMYK00.570.890.58
HSL21.47º79.83%23.33%-
HSV(B)21.47º88.79%41.96%-
XYZ7.115.110.96-
YUV60.36100.71161.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 64.85%
GREEN value IS 46 (18.36% from 255) = 27.88%
BLUE value IS 12 (5.08% from 255) = 7.27%
R=64.85%
G=27.88%
B=7.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107461200.570.890.5821.4779.8323.33
Hex6B2EC039593A155017
Octal1535614071131722512027
Binary110101110111011000111001101100111101010101101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B2E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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