#6C2706

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

Shades of Baker's Chocolate #6C2706

Tints of Baker's Chocolate #6C2706

Color information

#6C2706 (or 0x6C2706) is unknown color: approx Baker's Chocolate. HEX triplet: 6C, 27 and 06. RGB value is (108,39,6). Sum of RGB (Red+Green+Blue) = 108+39+6=153 (20% of max value = 765). Red value is 108 (42.58% from 255 or 70.59% from 153); Green value is 39 (15.62% from 255 or 25.49% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2706 is #93D8F9. Grayscale: #383838. Windows color (decimal): -9689338 or 403308. OLE color: 403308.

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

Color convert

RGB108396-
CMYK00.640.940.58
HSL19.41º89.47%22.35%-
HSV(B)19.41º94.44%42.35%-
XYZ6.944.650.7-
YUV55.8799.86165.18-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 70.59%
GREEN value IS 39 (15.62% from 255) = 25.49%
BLUE value IS 6 (2.73% from 255) = 3.92%
R=70.59%
G=25.49%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10839600.640.940.5819.4189.4722.35
Hex6C2760405E3A135916
Octal1544760100136722313126
Binary110110010011111001000000101111011101010011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,39,6); }

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

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

 a { background-color: rgb(108,39,6); }

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

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

 span { border-color: rgb(108,39,6); }

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