#663013

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

Shades of Baker's Chocolate #663013

Tints of Baker's Chocolate #663013

Color information

#663013 (or 0x663013) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 30 and 13. RGB value is (102,48,19). Sum of RGB (Red+Green+Blue) = 102+48+19=169 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60.36% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 19 (7.81% from 255 or 11.24% from 169); Max value from RGB is 102 - color contains mainly: red. Hex color #663013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663013 is #99CFEC. Grayscale: #3D3D3D. Windows color (decimal): -10080237 or 1257574. OLE color: 1257574.

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

Color convert

RGB1024819-
CMYK00.530.810.6
HSL20.96º68.6%23.73%-
HSV(B)20.96º81.37%40%-
XYZ6.654.991.23-
YUV60.84104.39157.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60.36%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 19 (7.81% from 255) = 11.24%
R=60.36%
G=28.40%
B=11.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102481900.530.810.620.9668.623.73
Hex663013035513C154518
Octal1466023065121742510530
Binary1100110110000100110110101101000111110010101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663013; }

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

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

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

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

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

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

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

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