#663B3C

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

Shades of Tosca #663B3C

Tints of Tosca #663B3C

Color information

#663B3C (or 0x663B3C) is unknown color: approx Tosca. HEX triplet: 66, 3B and 3C. RGB value is (102,59,60). Sum of RGB (Red+Green+Blue) = 102+59+60=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #663B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B3C is #99C4C3. Grayscale: #484848. Windows color (decimal): -10077380 or 3947366. OLE color: 3947366.

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

Color convert

RGB1025960-
CMYK00.420.410.6
HSL358.6º26.71%31.57%-
HSV(B)358.6º42.16%40%-
XYZ7.866.285.07-
YUV71.97121.25149.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.15%
GREEN value IS 59 (23.44% from 255) = 26.70%
BLUE value IS 60 (23.83% from 255) = 27.15%
R=46.15%
G=26.70%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102596000.420.410.6358.626.7131.57
Hex663B3C02A293C1671b20
Octal146737405251745473340
Binary1100110111011111100010101010100111110010110011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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