#663119

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

Shades of Baker's Chocolate #663119

Tints of Baker's Chocolate #663119

Color information

#663119 (or 0x663119) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 31 and 19. RGB value is (102,49,25). Sum of RGB (Red+Green+Blue) = 102+49+25=176 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.95% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 102 - color contains mainly: red. Hex color #663119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663119 is #99CEE6. Grayscale: #3E3E3E. Windows color (decimal): -10079975 or 1651046. OLE color: 1651046.

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

Color convert

RGB1024925-
CMYK00.520.750.6
HSL18.7º60.63%24.9%-
HSV(B)18.7º75.49%40%-
XYZ6.755.091.55-
YUV62.11107.06156.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.95%
GREEN value IS 49 (19.53% from 255) = 27.84%
BLUE value IS 25 (10.16% from 255) = 14.20%
R=57.95%
G=27.84%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102492500.520.750.618.760.6324.9
Hex6631190344B3C133d19
Octal146613106411374237531
Binary110011011000111001011010010010111111001001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663119; }

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

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

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

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

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

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

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

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