#6C2103

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

Shades of Baker's Chocolate #6C2103

Tints of Baker's Chocolate #6C2103

Color information

#6C2103 (or 0x6C2103) is unknown color: approx Baker's Chocolate. HEX triplet: 6C, 21 and 03. RGB value is (108,33,3). Sum of RGB (Red+Green+Blue) = 108+33+3=144 (19% of max value = 765). Red value is 108 (42.58% from 255 or 75% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2103 is #93DEFC. Grayscale: #343434. Windows color (decimal): -9690877 or 205164. OLE color: 205164.

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

Color convert

RGB108333-
CMYK00.690.970.58
HSL17.14º94.59%21.76%-
HSV(B)17.14º97.22%42.35%-
XYZ6.744.280.56-
YUV52100.35167.94-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 75%
GREEN value IS 33 (13.28% from 255) = 22.92%
BLUE value IS 3 (1.56% from 255) = 2.08%
R=75%
G=22.92%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10833300.690.970.5817.1494.5921.76
Hex6C213045613A115f16
Octal1544130105141722113726
Binary11011001000011101000101110000111101010001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,33,3); }

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

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

 a { background-color: rgb(108,33,3); }

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

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

 span { border-color: rgb(108,33,3); }

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