#634445

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

Shades of Tosca #634445

Tints of Tosca #634445

Color information

#634445 (or 0x634445) is unknown color: approx Tosca. HEX triplet: 63, 44 and 45. RGB value is (99,68,69). Sum of RGB (Red+Green+Blue) = 99+68+69=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 99 - color contains mainly: red. Hex color #634445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634445 is #9CBBBA. Grayscale: #4D4D4D. Windows color (decimal): -10271675 or 4539491. OLE color: 4539491.

HSL color Cylindrical-coordinate representation of color #634445: hue angle of 358.06º 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 #634445 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB996869-
CMYK00.310.300.61
HSL358.06º18.56%32.75%-
HSV(B)358.06º31.31%38.82%-
XYZ8.297.226.59-
YUV77.38123.27143.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.95%
GREEN value IS 68 (26.95% from 255) = 28.81%
BLUE value IS 69 (27.34% from 255) = 29.24%
R=41.95%
G=28.81%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99686900.310.300.61358.0618.5632.75
Hex63444501F1E3D1661321
Octal14310410503736755462341
Binary1100011100010010001010111111111011110110110011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634445; }

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

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

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

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

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

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

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

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