#663817

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

Shades of Baker's Chocolate #663817

Tints of Baker's Chocolate #663817

Color information

#663817 (or 0x663817) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 38 and 17. RGB value is (102,56,23). Sum of RGB (Red+Green+Blue) = 102+56+23=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #663817 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663817 is #99C7E8. Grayscale: #424242. Windows color (decimal): -10078185 or 1521766. OLE color: 1521766.

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

Color convert

RGB1025623-
CMYK00.450.770.6
HSL25.06º63.2%24.51%-
HSV(B)25.06º77.45%40%-
XYZ7.055.711.54-
YUV65.99103.74153.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 56.35%
GREEN value IS 56 (22.27% from 255) = 30.94%
BLUE value IS 23 (9.38% from 255) = 12.71%
R=56.35%
G=30.94%
B=12.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102562300.450.770.625.0663.224.51
Hex66381702D4D3C193f19
Octal146702705511574317731
Binary110011011100010111010110110011011111001100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663817; }

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

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

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

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

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

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

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

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