#634142

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

Shades of Tosca #634142

Tints of Tosca #634142

Color information

#634142 (or 0x634142) is unknown color: approx Tosca. HEX triplet: 63, 41 and 42. RGB value is (99,65,66). Sum of RGB (Red+Green+Blue) = 99+65+66=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #634142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634142 is #9CBEBD. Grayscale: #4B4B4B. Windows color (decimal): -10272446 or 4342115. OLE color: 4342115.

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

Color convert

RGB996566-
CMYK00.340.330.61
HSL358.24º20.73%32.16%-
HSV(B)358.24º34.34%38.82%-
XYZ8.026.836.05-
YUV75.28122.76144.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.04%
GREEN value IS 65 (25.78% from 255) = 28.26%
BLUE value IS 66 (26.17% from 255) = 28.70%
R=43.04%
G=28.26%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99656600.340.330.61358.2420.7332.16
Hex634142022213D1661520
Octal14310110204241755462540
Binary110001110000011000010010001010000111110110110011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634142; }

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

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

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

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

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

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

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

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