#6C3007

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

Shades of Baker's Chocolate #6C3007

Tints of Baker's Chocolate #6C3007

Color information

#6C3007 (or 0x6C3007) is unknown color: approx Baker's Chocolate. HEX triplet: 6C, 30 and 07. RGB value is (108,48,7). Sum of RGB (Red+Green+Blue) = 108+48+7=163 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.26% from 163); Green value is 48 (19.14% from 255 or 29.45% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6C3007 is #93CFF8. Grayscale: #3D3D3D. Windows color (decimal): -9687033 or 471148. OLE color: 471148.

HSL color Cylindrical-coordinate representation of color #6C3007: hue angle of 24.36º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6C3007 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB108487-
CMYK00.560.940.58
HSL24.36º87.83%22.55%-
HSV(B)24.36º93.52%42.35%-
XYZ7.285.320.84-
YUV61.2797.38161.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 66.26%
GREEN value IS 48 (19.14% from 255) = 29.45%
BLUE value IS 7 (3.12% from 255) = 4.29%
R=66.26%
G=29.45%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10848700.560.940.5824.3687.8322.55
Hex6C3070385E3A185817
Octal154607070136723013027
Binary11011001100001110111000101111011101011000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,48,7); }

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

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

 a { background-color: rgb(108,48,7); }

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

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

 span { border-color: rgb(108,48,7); }

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