#663517

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

Shades of Baker's Chocolate #663517

Tints of Baker's Chocolate #663517

Color information

#663517 (or 0x663517) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 35 and 17. RGB value is (102,53,23). Sum of RGB (Red+Green+Blue) = 102+53+23=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 23 (9.38% from 255 or 12.92% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #663517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663517 is #99CAE8. Grayscale: #404040. Windows color (decimal): -10078953 or 1520998. OLE color: 1520998.

HSL color Cylindrical-coordinate representation of color #663517: hue angle of 22.78º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #663517 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB1025323-
CMYK00.480.770.6
HSL22.78º63.2%24.51%-
HSV(B)22.78º77.45%40%-
XYZ6.915.431.5-
YUV64.23104.73154.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.30%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 23 (9.38% from 255) = 12.92%
R=57.30%
G=29.78%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102532300.480.770.622.7863.224.51
Hex6635170304D3C173f19
Octal146652706011574277731
Binary110011011010110111011000010011011111001011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663517; }

 p { color: rgb(102,53,23); }

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

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

 a { background-color: rgb(102,53,23); }

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

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

 span { border-color: rgb(102,53,23); }

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