#6D2305

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

Shades of Baker's Chocolate #6D2305

Tints of Baker's Chocolate #6D2305

Color information

#6D2305 (or 0x6D2305) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 23 and 05. RGB value is (109,35,5). Sum of RGB (Red+Green+Blue) = 109+35+5=149 (19% of max value = 765). Red value is 109 (42.97% from 255 or 73.15% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2305 is #92DCFA. Grayscale: #353535. Windows color (decimal): -9624827 or 336749. OLE color: 336749.

HSL color Cylindrical-coordinate representation of color #6D2305: hue angle of 17.31º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6D2305 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB109355-
CMYK00.680.950.57
HSL17.31º91.23%22.35%-
HSV(B)17.31º95.41%42.75%-
XYZ6.944.460.64-
YUV53.71100.52167.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 73.15%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 5 (2.34% from 255) = 3.36%
R=73.15%
G=23.49%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10935500.680.950.5717.3191.2322.35
Hex6D2350445F39115b16
Octal1554350104137712113326
Binary110110110001110101000100101111111100110001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D2305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,35,5); }

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

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

 a { background-color: rgb(109,35,5); }

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

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

 span { border-color: rgb(109,35,5); }

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