#6C2708

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

Shades of Baker's Chocolate #6C2708

Tints of Baker's Chocolate #6C2708

Color information

#6C2708 (or 0x6C2708) is unknown color: approx Baker's Chocolate. HEX triplet: 6C, 27 and 08. RGB value is (108,39,8). Sum of RGB (Red+Green+Blue) = 108+39+8=155 (20% of max value = 765). Red value is 108 (42.58% from 255 or 69.68% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 8 (3.52% from 255 or 5.16% from 155); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2708 is #93D8F7. Grayscale: #383838. Windows color (decimal): -9689336 or 534380. OLE color: 534380.

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

Color convert

RGB108398-
CMYK00.640.930.58
HSL18.6º86.21%22.75%-
HSV(B)18.6º92.59%42.35%-
XYZ6.954.660.76-
YUV56.1100.86165.02-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 69.68%
GREEN value IS 39 (15.62% from 255) = 25.16%
BLUE value IS 8 (3.52% from 255) = 5.16%
R=69.68%
G=25.16%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10839800.640.930.5818.686.2122.75
Hex6C2780405D3A135617
Octal15447100100135722312627
Binary1101100100111100001000000101110111101010011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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