#663914

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

Shades of Baker's Chocolate #663914

Tints of Baker's Chocolate #663914

Color information

#663914 (or 0x663914) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 39 and 14. RGB value is (102,57,20). Sum of RGB (Red+Green+Blue) = 102+57+20=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #663914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663914 is #99C6EB. Grayscale: #424242. Windows color (decimal): -10077932 or 1325414. OLE color: 1325414.

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

Color convert

RGB1025720-
CMYK00.440.800.6
HSL27.07º67.21%23.92%-
HSV(B)27.07º80.39%40%-
XYZ7.075.81.41-
YUV66.24101.91153.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.98%
GREEN value IS 57 (22.66% from 255) = 31.84%
BLUE value IS 20 (8.20% from 255) = 11.17%
R=56.98%
G=31.84%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102572000.440.800.627.0767.2123.92
Hex66391402C503C1b4318
Octal1467124054120743310330
Binary1100110111001101000101100101000011110011011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663914; }

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

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

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

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

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

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

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

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