#663C3F

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

Shades of Tosca #663C3F

Tints of Tosca #663C3F

Color information

#663C3F (or 0x663C3F) is unknown color: approx Tosca. HEX triplet: 66, 3C and 3F. RGB value is (102,60,63). Sum of RGB (Red+Green+Blue) = 102+60+63=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #663C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C3F is #99C3C0. Grayscale: #484848. Windows color (decimal): -10077121 or 4144230. OLE color: 4144230.

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

Color convert

RGB1026063-
CMYK00.410.380.6
HSL355.71º25.93%31.76%-
HSV(B)355.71º41.18%40%-
XYZ7.996.425.52-
YUV72.9122.41148.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 63 (25% from 255) = 28%
R=45.33%
G=26.67%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102606300.410.380.6355.7125.9331.76
Hex663C3F029263C1641a20
Octal146747705146745443240
Binary1100110111100111111010100110011011110010110010011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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