#635042

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

Shades of Quincy #635042

Tints of Quincy #635042

Color information

#635042 (or 0x635042) is unknown color: approx Quincy. HEX triplet: 63, 50 and 42. RGB value is (99,80,66). Sum of RGB (Red+Green+Blue) = 99+80+66=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #635042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635042 is #9CAFBD. Grayscale: #545454. Windows color (decimal): -10268606 or 4345955. OLE color: 4345955.

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

Color convert

RGB998066-
CMYK00.190.330.61
HSL25.45º20%32.35%-
HSV(B)25.45º33.33%38.82%-
XYZ98.786.38-
YUV84.08117.79138.64-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 66 (26.17% from 255) = 26.94%
R=40.41%
G=32.65%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99806600.190.330.6125.452032.35
Hex635042013213D191420
Octal1431201020234175312440
Binary1100011101000010000100100111000011111011100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635042; }

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

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

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

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

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

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

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

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