#6C2303

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

Shades of Baker's Chocolate #6C2303

Tints of Baker's Chocolate #6C2303

Color information

#6C2303 (or 0x6C2303) is unknown color: approx Baker's Chocolate. HEX triplet: 6C, 23 and 03. RGB value is (108,35,3). Sum of RGB (Red+Green+Blue) = 108+35+3=146 (19% of max value = 765). Red value is 108 (42.58% from 255 or 73.97% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2303 is #93DCFC. Grayscale: #353535. Windows color (decimal): -9690365 or 205676. OLE color: 205676.

HSL color Cylindrical-coordinate representation of color #6C2303: hue angle of 18.29º 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 #6C2303 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB108353-
CMYK00.680.970.58
HSL18.29º94.59%21.76%-
HSV(B)18.29º97.22%42.35%-
XYZ6.84.40.58-
YUV53.1899.68167.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 73.97%
GREEN value IS 35 (14.06% from 255) = 23.97%
BLUE value IS 3 (1.56% from 255) = 2.05%
R=73.97%
G=23.97%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10835300.680.970.5818.2994.5921.76
Hex6C233044613A125f16
Octal1544330104141722213726
Binary11011001000111101000100110000111101010010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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