#663313

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

Shades of Baker's Chocolate #663313

Tints of Baker's Chocolate #663313

Color information

#663313 (or 0x663313) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 33 and 13. RGB value is (102,51,19). Sum of RGB (Red+Green+Blue) = 102+51+19=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 19 (7.81% from 255 or 11.05% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #663313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663313 is #99CCEC. Grayscale: #3E3E3E. Windows color (decimal): -10079469 or 1258342. OLE color: 1258342.

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

Color convert

RGB1025119-
CMYK00.50.810.6
HSL23.13º68.6%23.73%-
HSV(B)23.13º81.37%40%-
XYZ6.785.241.27-
YUV62.6103.4156.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.30%
GREEN value IS 51 (20.31% from 255) = 29.65%
BLUE value IS 19 (7.81% from 255) = 11.05%
R=59.30%
G=29.65%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102511900.50.810.623.1368.623.73
Hex663313032513C174518
Octal1466323062121742710530
Binary1100110110011100110110010101000111110010111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663313; }

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

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

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

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

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

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

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

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