#6C3500

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

Shades of Baker's Chocolate #6C3500

Tints of Baker's Chocolate #6C3500

Color information

#6C3500 (or 0x6C3500) is unknown color: approx Baker's Chocolate. HEX triplet: 6C, 35 and 00. RGB value is (108,53,0). Sum of RGB (Red+Green+Blue) = 108+53+0=161 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.08% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3500 is #93CAFF. Grayscale: #3F3F3F. Windows color (decimal): -9685760 or 13676. OLE color: 13676.

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

Color convert

RGB108530-
CMYK00.5110.58
HSL29.44º100%21.18%-
HSV(B)29.44º100%42.35%-
XYZ7.465.730.71-
YUV63.492.22159.81-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 67.08%
GREEN value IS 53 (21.09% from 255) = 32.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.08%
G=32.92%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10853000.5110.5829.4410021.18
Hex6C350033643A1d6415
Octal154650063144723514425
Binary110110011010100110011110010011101011101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,53,0); }

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

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

 a { background-color: rgb(108,53,0); }

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

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

 span { border-color: rgb(108,53,0); }

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