#663019

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

Shades of Baker's Chocolate #663019

Tints of Baker's Chocolate #663019

Color information

#663019 (or 0x663019) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 30 and 19. RGB value is (102,48,25). Sum of RGB (Red+Green+Blue) = 102+48+25=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #663019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663019 is #99CFE6. Grayscale: #3D3D3D. Windows color (decimal): -10080231 or 1650790. OLE color: 1650790.

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

Color convert

RGB1024825-
CMYK00.530.750.6
HSL17.92º60.63%24.9%-
HSV(B)17.92º75.49%40%-
XYZ6.715.011.53-
YUV61.52107.39156.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.29%
GREEN value IS 48 (19.14% from 255) = 27.43%
BLUE value IS 25 (10.16% from 255) = 14.29%
R=58.29%
G=27.43%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102482500.530.750.617.9260.6324.9
Hex6630190354B3C123d19
Octal146603106511374227531
Binary110011011000011001011010110010111111001001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663019; }

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

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

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

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

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

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

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

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