#663913

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

Shades of Baker's Chocolate #663913

Tints of Baker's Chocolate #663913

Color information

#663913 (or 0x663913) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 39 and 13. RGB value is (102,57,19). Sum of RGB (Red+Green+Blue) = 102+57+19=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #663913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663913 is #99C6EC. Grayscale: #424242. Windows color (decimal): -10077933 or 1259878. OLE color: 1259878.

HSL color Cylindrical-coordinate representation of color #663913: hue angle of 27.47º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #663913 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB1025719-
CMYK00.440.810.6
HSL27.47º68.6%23.73%-
HSV(B)27.47º81.37%40%-
XYZ7.065.81.36-
YUV66.12101.41153.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.30%
GREEN value IS 57 (22.66% from 255) = 32.02%
BLUE value IS 19 (7.81% from 255) = 10.67%
R=57.30%
G=32.02%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102571900.440.810.627.4768.623.73
Hex66391302C513C1b4518
Octal1467123054121743310530
Binary1100110111001100110101100101000111110011011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663913; }

 p { color: rgb(102,57,19); }

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

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

 a { background-color: rgb(102,57,19); }

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

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

 span { border-color: rgb(102,57,19); }

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