#65554C

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

Shades of Quincy #65554C

Tints of Quincy #65554C

Color information

#65554C (or 0x65554C) is unknown color: approx Quincy. HEX triplet: 65, 55 and 4C. RGB value is (101,85,76). Sum of RGB (Red+Green+Blue) = 101+85+76=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 101 - color contains mainly: red. Hex color #65554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65554C is #9AAAB3. Grayscale: #585858. Windows color (decimal): -10136244 or 5002597. OLE color: 5002597.

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

Color convert

RGB1018576-
CMYK00.160.250.60
HSL21.6º14.12%34.71%-
HSV(B)21.6º24.75%39.61%-
XYZ9.929.798.2-
YUV88.76120.8136.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.55%
GREEN value IS 85 (33.59% from 255) = 32.44%
BLUE value IS 76 (30.08% from 255) = 29.01%
R=38.55%
G=32.44%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101857600.160.250.6021.614.1234.71
Hex65554C010193C16e23
Octal1451251140203174261643
Binary11001011010101100110001000011001111100101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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