#6C2001

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

Shades of Baker's Chocolate #6C2001

Tints of Baker's Chocolate #6C2001

Color information

#6C2001 (or 0x6C2001) is unknown color: approx Baker's Chocolate. HEX triplet: 6C, 20 and 01. RGB value is (108,32,1). Sum of RGB (Red+Green+Blue) = 108+32+1=141 (18% of max value = 765). Red value is 108 (42.58% from 255 or 76.60% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2001 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C2001 is #93DFFE. Grayscale: #333333. Windows color (decimal): -9691135 or 73836. OLE color: 73836.

HSL color Cylindrical-coordinate representation of color #6C2001: hue angle of 17.38º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C2001 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB108321-
CMYK00.700.990.58
HSL17.38º98.17%21.37%-
HSV(B)17.38º99.07%42.35%-
XYZ6.714.220.49-
YUV51.1999.68168.52-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 76.60%
GREEN value IS 32 (12.89% from 255) = 22.70%
BLUE value IS 1 (0.78% from 255) = 0.71%
R=76.60%
G=22.70%
B=0.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10832100.700.990.5817.3898.1721.37
Hex6C201046633A116215
Octal1544010106143722114225
Binary1101100100000101000110110001111101010001110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,32,1); }

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

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

 a { background-color: rgb(108,32,1); }

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

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

 span { border-color: rgb(108,32,1); }

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