#663D2C

Color #663D2C Cioccolato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cioccolato #663D2C

Tints of Cioccolato #663D2C

Color information

#663D2C (or 0x663D2C) is unknown color: approx Cioccolato. HEX triplet: 66, 3D and 2C. RGB value is (102,61,44). Sum of RGB (Red+Green+Blue) = 102+61+44=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #663D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D2C is #99C2D3. Grayscale: #474747. Windows color (decimal): -10076884 or 2899302. OLE color: 2899302.

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

Color convert

RGB1026144-
CMYK00.400.570.6
HSL17.59º39.73%28.63%-
HSV(B)17.59º56.86%40%-
XYZ7.66.343.21-
YUV71.32112.58149.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 61 (24.22% from 255) = 29.47%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=49.28%
G=29.47%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102614400.400.570.617.5939.7328.63
Hex663D2C028393C12281d
Octal14675540507174225035
Binary110011011110110110001010001110011111001001010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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