#634143

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

Shades of Tosca #634143

Tints of Tosca #634143

Color information

#634143 (or 0x634143) is unknown color: approx Tosca. HEX triplet: 63, 41 and 43. RGB value is (99,65,67). Sum of RGB (Red+Green+Blue) = 99+65+67=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #634143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634143 is #9CBEBC. Grayscale: #4B4B4B. Windows color (decimal): -10272445 or 4407651. OLE color: 4407651.

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

Color convert

RGB996567-
CMYK00.340.320.61
HSL356.47º20.73%32.16%-
HSV(B)356.47º34.34%38.82%-
XYZ8.056.846.21-
YUV75.39123.26144.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.86%
GREEN value IS 65 (25.78% from 255) = 28.14%
BLUE value IS 67 (26.56% from 255) = 29.00%
R=42.86%
G=28.14%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99656700.340.320.61356.4720.7332.16
Hex634143022203D1641520
Octal14310110304240755442540
Binary110001110000011000011010001010000011110110110010010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634143; }

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

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

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

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

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

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

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

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