#663919

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

Shades of Baker's Chocolate #663919

Tints of Baker's Chocolate #663919

Color information

#663919 (or 0x663919) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 39 and 19. RGB value is (102,57,25). Sum of RGB (Red+Green+Blue) = 102+57+25=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 25 (10.16% from 255 or 13.59% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #663919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663919 is #99C6E6. Grayscale: #424242. Windows color (decimal): -10077927 or 1653094. OLE color: 1653094.

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

Color convert

RGB1025725-
CMYK00.440.750.6
HSL24.94º60.63%24.9%-
HSV(B)24.94º75.49%40%-
XYZ7.125.821.67-
YUV66.81104.41153.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.43%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 25 (10.16% from 255) = 13.59%
R=55.43%
G=30.98%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102572500.440.750.624.9460.6324.9
Hex66391902C4B3C193d19
Octal146713105411374317531
Binary110011011100111001010110010010111111001100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663919; }

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

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

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

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

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

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

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

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