#634446

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

Shades of Tosca #634446

Tints of Tosca #634446

Color information

#634446 (or 0x634446) is unknown color: approx Tosca. HEX triplet: 63, 44 and 46. RGB value is (99,68,70). Sum of RGB (Red+Green+Blue) = 99+68+70=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 99 - color contains mainly: red. Hex color #634446 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634446 is #9CBBB9. Grayscale: #4D4D4D. Windows color (decimal): -10271674 or 4605027. OLE color: 4605027.

HSL color Cylindrical-coordinate representation of color #634446: hue angle of 356.13º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #634446 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB996870-
CMYK00.310.290.61
HSL356.13º18.56%32.75%-
HSV(B)356.13º31.31%38.82%-
XYZ8.327.236.75-
YUV77.5123.77143.34-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.77%
GREEN value IS 68 (26.95% from 255) = 28.69%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=41.77%
G=28.69%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99687000.310.290.61356.1318.5632.75
Hex63444601F1D3D1641321
Octal14310410603735755442341
Binary1100011100010010001100111111110111110110110010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634446; }

 p { color: rgb(99,68,70); }

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

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

 a { background-color: rgb(99,68,70); }

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

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

 span { border-color: rgb(99,68,70); }

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