#663F44

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

Shades of Tosca #663F44

Tints of Tosca #663F44

Color information

#663F44 (or 0x663F44) is unknown color: approx Tosca. HEX triplet: 66, 3F and 44. RGB value is (102,63,68). Sum of RGB (Red+Green+Blue) = 102+63+68=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 63 (25% from 255 or 27.04% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #663F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F44 is #99C0BB. Grayscale: #4B4B4B. Windows color (decimal): -10076348 or 4472678. OLE color: 4472678.

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

Color convert

RGB1026368-
CMYK00.380.330.6
HSL352.31º23.64%32.35%-
HSV(B)352.31º38.24%40%-
XYZ8.36.86.34-
YUV75.23123.92147.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.78%
GREEN value IS 63 (25% from 255) = 27.04%
BLUE value IS 68 (26.95% from 255) = 29.18%
R=43.78%
G=27.04%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102636800.380.330.6352.3123.6432.35
Hex663F44026213C1601820
Octal1467710404641745403040
Binary11001101111111000100010011010000111110010110000011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #663F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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