#663D3F

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

Shades of Tosca #663D3F

Tints of Tosca #663D3F

Color information

#663D3F (or 0x663D3F) is unknown color: approx Tosca. HEX triplet: 66, 3D and 3F. RGB value is (102,61,63). Sum of RGB (Red+Green+Blue) = 102+61+63=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 61 (24.22% from 255 or 26.99% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #663D3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D3F is #99C2C0. Grayscale: #494949. Windows color (decimal): -10076865 or 4144486. OLE color: 4144486.

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

Color convert

RGB1026163-
CMYK00.400.380.6
HSL357.07º25.15%31.96%-
HSV(B)357.07º40.2%40%-
XYZ8.056.525.54-
YUV73.49122.08148.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.13%
GREEN value IS 61 (24.22% from 255) = 26.99%
BLUE value IS 63 (25% from 255) = 27.88%
R=45.13%
G=26.99%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102616300.400.380.6357.0725.1531.96
Hex663D3F028263C1651920
Octal146757705046745453140
Binary1100110111101111111010100010011011110010110010111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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