#663617

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

Shades of Baker's Chocolate #663617

Tints of Baker's Chocolate #663617

Color information

#663617 (or 0x663617) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 36 and 17. RGB value is (102,54,23). Sum of RGB (Red+Green+Blue) = 102+54+23=179 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.98% from 179); Green value is 54 (21.48% from 255 or 30.17% from 179); Blue value is 23 (9.38% from 255 or 12.85% from 179); Max value from RGB is 102 - color contains mainly: red. Hex color #663617 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663617 is #99C9E8. Grayscale: #404040. Windows color (decimal): -10078697 or 1521254. OLE color: 1521254.

HSL color Cylindrical-coordinate representation of color #663617: hue angle of 23.54º 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 #663617 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.6.

Color convert

RGB1025423-
CMYK00.470.770.6
HSL23.54º63.2%24.51%-
HSV(B)23.54º77.45%40%-
XYZ6.955.521.51-
YUV64.82104.4154.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.98%
GREEN value IS 54 (21.48% from 255) = 30.17%
BLUE value IS 23 (9.38% from 255) = 12.85%
R=56.98%
G=30.17%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102542300.470.770.623.5463.224.51
Hex66361702F4D3C183f19
Octal146662705711574307731
Binary110011011011010111010111110011011111001100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663617; }

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

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

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

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

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

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

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

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