#663813

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

Shades of Baker's Chocolate #663813

Tints of Baker's Chocolate #663813

Color information

#663813 (or 0x663813) is unknown color: approx Baker's Chocolate. HEX triplet: 66, 38 and 13. RGB value is (102,56,19). Sum of RGB (Red+Green+Blue) = 102+56+19=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #663813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #663813 is #99C7EC. Grayscale: #414141. Windows color (decimal): -10078189 or 1259622. OLE color: 1259622.

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

Color convert

RGB1025619-
CMYK00.450.810.6
HSL26.75º68.6%23.73%-
HSV(B)26.75º81.37%40%-
XYZ7.015.71.35-
YUV65.54101.74154.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 57.63%
GREEN value IS 56 (22.27% from 255) = 31.64%
BLUE value IS 19 (7.81% from 255) = 10.73%
R=57.63%
G=31.64%
B=10.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102561900.450.810.626.7568.623.73
Hex66381302D513C1b4518
Octal1467023055121743310530
Binary1100110111000100110101101101000111110011011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663813; }

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

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

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

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

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

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

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

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