#635447

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

Shades of Quincy #635447

Tints of Quincy #635447

Color information

#635447 (or 0x635447) is unknown color: approx Quincy. HEX triplet: 63, 54 and 47. RGB value is (99,84,71). Sum of RGB (Red+Green+Blue) = 99+84+71=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 99 - color contains mainly: red. Hex color #635447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635447 is #9CABB8. Grayscale: #575757. Windows color (decimal): -10267577 or 4674659. OLE color: 4674659.

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

Color convert

RGB998471-
CMYK00.150.280.61
HSL27.86º16.47%33.33%-
HSV(B)27.86º28.28%38.82%-
XYZ9.459.457.29-
YUV87118.97136.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.98%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 71 (28.12% from 255) = 27.95%
R=38.98%
G=33.07%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99847100.150.280.6127.8616.4733.33
Hex6354470F1C3D1c1021
Octal1431241070173475342041
Binary11000111010100100011101111111001111011110010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635447; }

 p { color: rgb(99,84,71); }

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

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

 a { background-color: rgb(99,84,71); }

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

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

 span { border-color: rgb(99,84,71); }

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