#663513

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

Shades of Baker's Chocolate #663513

Tints of Baker's Chocolate #663513

Color information

#663513 (or 0x663513) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 35 and 13. RGB value is (102,53,19). Sum of RGB (Red+Green+Blue) = 102+53+19=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 19 (7.81% from 255 or 10.92% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #663513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663513 is #99CAEC. Grayscale: #3F3F3F. Windows color (decimal): -10078957 or 1258854. OLE color: 1258854.

HSL color Cylindrical-coordinate representation of color #663513: hue angle of 24.58º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #663513 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB1025319-
CMYK00.480.810.6
HSL24.58º68.6%23.73%-
HSV(B)24.58º81.37%40%-
XYZ6.875.421.3-
YUV63.77102.73155.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 58.62%
GREEN value IS 53 (21.09% from 255) = 30.46%
BLUE value IS 19 (7.81% from 255) = 10.92%
R=58.62%
G=30.46%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102531900.480.810.624.5868.623.73
Hex663513030513C194518
Octal1466523060121743110530
Binary1100110110101100110110000101000111110011001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663513; }

 p { color: rgb(102,53,19); }

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

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

 a { background-color: rgb(102,53,19); }

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

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

 span { border-color: rgb(102,53,19); }

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