#63544B

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

Shades of Quincy #63544B

Tints of Quincy #63544B

Color information

#63544B (or 0x63544B) is unknown color: approx Quincy. HEX triplet: 63, 54 and 4B. RGB value is (99,84,75). Sum of RGB (Red+Green+Blue) = 99+84+75=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 84 (33.20% from 255 or 32.56% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #63544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63544B is #9CABB4. Grayscale: #575757. Windows color (decimal): -10267573 or 4936803. OLE color: 4936803.

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

Color convert

RGB998475-
CMYK00.150.240.61
HSL22.5º13.79%34.12%-
HSV(B)22.5º24.24%38.82%-
XYZ9.599.57.99-
YUV87.46120.97136.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.37%
GREEN value IS 84 (33.20% from 255) = 32.56%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=38.37%
G=32.56%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99847500.150.240.6122.513.7934.12
Hex63544B0F183D17e22
Octal1431241130173075271642
Binary1100011101010010010110111111000111101101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63544B; }

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

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

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

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

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

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

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

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