#634345

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

Shades of Tosca #634345

Tints of Tosca #634345

Color information

#634345 (or 0x634345) is unknown color: approx Tosca. HEX triplet: 63, 43 and 45. RGB value is (99,67,69). Sum of RGB (Red+Green+Blue) = 99+67+69=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 69 (27.34% from 255 or 29.36% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #634345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634345 is #9CBCBA. Grayscale: #4C4C4C. Windows color (decimal): -10271931 or 4539235. OLE color: 4539235.

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

Color convert

RGB996769-
CMYK00.320.300.61
HSL356.25º19.28%32.55%-
HSV(B)356.25º32.32%38.82%-
XYZ8.237.16.57-
YUV76.8123.6143.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.13%
GREEN value IS 67 (26.56% from 255) = 28.51%
BLUE value IS 69 (27.34% from 255) = 29.36%
R=42.13%
G=28.51%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99676900.320.300.61356.2519.2832.55
Hex6343450201E3D1641321
Octal14310310504036755442341
Binary11000111000011100010101000001111011110110110010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634345; }

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

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

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

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

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

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

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

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