#663C2F

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

Shades of Cioccolato #663C2F

Tints of Cioccolato #663C2F

Color information

#663C2F (or 0x663C2F) is unknown color: approx Cioccolato. HEX triplet: 66, 3C and 2F. RGB value is (102,60,47). Sum of RGB (Red+Green+Blue) = 102+60+47=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #663C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C2F is #99C3D0. Grayscale: #474747. Windows color (decimal): -10077137 or 3095654. OLE color: 3095654.

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

Color convert

RGB1026047-
CMYK00.410.540.6
HSL14.18º36.91%29.22%-
HSV(B)14.18º53.92%40%-
XYZ7.616.263.5-
YUV71.08114.41150.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 60 (23.83% from 255) = 28.71%
BLUE value IS 47 (18.75% from 255) = 22.49%
R=48.80%
G=28.71%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102604700.410.540.614.1836.9129.22
Hex663C2F029363Ce251d
Octal14674570516674164535
Binary11001101111001011110101001110110111100111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,60,47); }

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

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

 a { background-color: rgb(102,60,47); }

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

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

 span { border-color: rgb(102,60,47); }

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