#65554A

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

Shades of Quincy #65554A

Tints of Quincy #65554A

Color information

#65554A (or 0x65554A) is unknown color: approx Quincy. HEX triplet: 65, 55 and 4A. RGB value is (101,85,74). Sum of RGB (Red+Green+Blue) = 101+85+74=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 101 - color contains mainly: red. Hex color #65554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65554A is #9AAAB5. Grayscale: #585858. Windows color (decimal): -10136246 or 4871525. OLE color: 4871525.

HSL color Cylindrical-coordinate representation of color #65554A: hue angle of 24.44º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65554A is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB1018574-
CMYK00.160.270.60
HSL24.44º15.43%34.31%-
HSV(B)24.44º26.73%39.61%-
XYZ9.859.767.84-
YUV88.53119.8136.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.85%
GREEN value IS 85 (33.59% from 255) = 32.69%
BLUE value IS 74 (29.30% from 255) = 28.46%
R=38.85%
G=32.69%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101857400.160.270.6024.4415.4334.31
Hex65554A0101B3C18f22
Octal1451251120203374301742
Binary11001011010101100101001000011011111100110001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65554A; }

 p { color: rgb(101,85,74); }

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

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

 a { background-color: rgb(101,85,74); }

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

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

 span { border-color: rgb(101,85,74); }

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