#65564E

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

Shades of Quincy #65564E

Tints of Quincy #65564E

Color information

#65564E (or 0x65564E) is unknown color: approx Quincy. HEX triplet: 65, 56 and 4E. RGB value is (101,86,78). Sum of RGB (Red+Green+Blue) = 101+86+78=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 101 - color contains mainly: red. Hex color #65564E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65564E is #9AA9B1. Grayscale: #595959. Windows color (decimal): -10135986 or 5133925. OLE color: 5133925.

HSL color Cylindrical-coordinate representation of color #65564E: hue angle of 20.87º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #65564E is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB1018678-
CMYK00.150.230.60
HSL20.87º12.85%35.1%-
HSV(B)20.87º22.77%39.61%-
XYZ10.079.978.6-
YUV89.57121.47136.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.11%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=38.11%
G=32.45%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101867800.150.230.6020.8712.8535.1
Hex65564E0F173C15d23
Octal1451261160172774251543
Binary1100101101011010011100111110111111100101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65564E; }

 p { color: rgb(101,86,78); }

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

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

 a { background-color: rgb(101,86,78); }

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

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

 span { border-color: rgb(101,86,78); }

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