#6D3205

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

Shades of Baker's Chocolate #6D3205

Tints of Baker's Chocolate #6D3205

Color information

#6D3205 (or 0x6D3205) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 32 and 05. RGB value is (109,50,5). Sum of RGB (Red+Green+Blue) = 109+50+5=164 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.46% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 5 (2.34% from 255 or 3.05% from 164); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3205 is #92CDFA. Grayscale: #3E3E3E. Windows color (decimal): -9620987 or 340589. OLE color: 340589.

HSL color Cylindrical-coordinate representation of color #6D3205: hue angle of 25.96º 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 #6D3205 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB109505-
CMYK00.540.950.57
HSL25.96º91.23%22.35%-
HSV(B)25.96º95.41%42.75%-
XYZ7.475.540.82-
YUV62.5195.55161.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 66.46%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 5 (2.34% from 255) = 3.05%
R=66.46%
G=30.49%
B=3.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.95
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10950500.540.950.5725.9691.2322.35
Hex6D3250365F391a5b16
Octal155625066137713213326
Binary11011011100101010110110101111111100111010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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