#65574F

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

Shades of Quincy #65574F

Tints of Quincy #65574F

Color information

#65574F (or 0x65574F) is unknown color: approx Quincy. HEX triplet: 65, 57 and 4F. RGB value is (101,87,79). Sum of RGB (Red+Green+Blue) = 101+87+79=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 87 (34.38% from 255 or 32.58% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 101 - color contains mainly: red. Hex color #65574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65574F is #9AA8B0. Grayscale: #5A5A5A. Windows color (decimal): -10135729 or 5199717. OLE color: 5199717.

HSL color Cylindrical-coordinate representation of color #65574F: hue angle of 21.82º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #65574F is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB1018779-
CMYK00.140.220.60
HSL21.82º12.22%35.29%-
HSV(B)21.82º21.78%39.61%-
XYZ10.1910.158.82-
YUV90.27121.64135.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.83%
GREEN value IS 87 (34.38% from 255) = 32.58%
BLUE value IS 79 (31.25% from 255) = 29.59%
R=37.83%
G=32.58%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101877900.140.220.6021.8212.2235.29
Hex65574F0E163C16c23
Octal1451271170162674261443
Binary1100101101011110011110111010110111100101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65574F; }

 p { color: rgb(101,87,79); }

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

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

 a { background-color: rgb(101,87,79); }

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

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

 span { border-color: rgb(101,87,79); }

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