#634344

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

Shades of Tosca #634344

Tints of Tosca #634344

Color information

#634344 (or 0x634344) is unknown color: approx Tosca. HEX triplet: 63, 43 and 44. RGB value is (99,67,68). Sum of RGB (Red+Green+Blue) = 99+67+68=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #634344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634344 is #9CBCBB. Grayscale: #4C4C4C. Windows color (decimal): -10271932 or 4473699. OLE color: 4473699.

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

Color convert

RGB996768-
CMYK00.320.310.61
HSL358.12º19.28%32.55%-
HSV(B)358.12º32.32%38.82%-
XYZ8.27.086.4-
YUV76.68123.1143.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.31%
GREEN value IS 67 (26.56% from 255) = 28.63%
BLUE value IS 68 (26.95% from 255) = 29.06%
R=42.31%
G=28.63%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99676800.320.310.61358.1219.2832.55
Hex6343440201F3D1661321
Octal14310310404037755462341
Binary11000111000011100010001000001111111110110110011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634344; }

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

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

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

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

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

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

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

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