#6D3501

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

Shades of Baker's Chocolate #6D3501

Tints of Baker's Chocolate #6D3501

Color information

#6D3501 (or 0x6D3501) is unknown color: approx Baker's Chocolate. HEX triplet: 6D, 35 and 01. RGB value is (109,53,1). Sum of RGB (Red+Green+Blue) = 109+53+1=163 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.87% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D3501 is #92CAFE. Grayscale: #404040. Windows color (decimal): -9620223 or 79213. OLE color: 79213.

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

Color convert

RGB109531-
CMYK00.510.990.57
HSL28.89º98.18%21.57%-
HSV(B)28.89º99.08%42.75%-
XYZ7.595.80.75-
YUV63.8292.55160.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 66.87%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=66.87%
G=32.52%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10953100.510.990.5728.8998.1821.57
Hex6D35103363391d6216
Octal155651063143713514226
Binary110110111010110110011110001111100111101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,53,1); }

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

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

 a { background-color: rgb(109,53,1); }

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

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

 span { border-color: rgb(109,53,1); }

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