#663D20

Color #663D20 Semi-Sweet Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Semi-Sweet Chocolate #663D20

Tints of Semi-Sweet Chocolate #663D20

Color information

#663D20 (or 0x663D20) is unknown color: approx Semi-Sweet Chocolate. HEX triplet: 66, 3D and 20. RGB value is (102,61,32). Sum of RGB (Red+Green+Blue) = 102+61+32=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 61 (24.22% from 255 or 31.28% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #663D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D20 is #99C2DF. Grayscale: #464646. Windows color (decimal): -10076896 or 2112870. OLE color: 2112870.

HSL color Cylindrical-coordinate representation of color #663D20: hue angle of 24.86º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #663D20 is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB1026132-
CMYK00.400.690.6
HSL24.86º52.24%26.27%-
HSV(B)24.86º68.63%40%-
XYZ7.416.272.19-
YUV69.95106.58150.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 61 (24.22% from 255) = 31.28%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=52.31%
G=31.28%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102613200.400.690.624.8652.2426.27
Hex663D20028453C19341a
Octal146754005010574316432
Binary1100110111101100000010100010001011111001100111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #663D20; }

 p { color: rgb(102,61,32); }

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

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

 a { background-color: rgb(102,61,32); }

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

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

 span { border-color: rgb(102,61,32); }

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