#635247

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

Shades of Quincy #635247

Tints of Quincy #635247

Color information

#635247 (or 0x635247) is unknown color: approx Quincy. HEX triplet: 63, 52 and 47. RGB value is (99,82,71). Sum of RGB (Red+Green+Blue) = 99+82+71=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 99 - color contains mainly: red. Hex color #635247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635247 is #9CADB8. Grayscale: #555555. Windows color (decimal): -10268089 or 4674147. OLE color: 4674147.

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

Color convert

RGB998271-
CMYK00.170.280.61
HSL23.57º16.47%33.33%-
HSV(B)23.57º28.28%38.82%-
XYZ9.39.147.24-
YUV85.83119.63137.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.29%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 71 (28.12% from 255) = 28.17%
R=39.29%
G=32.54%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99827100.170.280.6123.5716.4733.33
Hex6352470111C3D181021
Octal1431221070213475302041
Binary110001110100101000111010001111001111011100010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635247; }

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

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

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

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

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

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

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

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