#66554E

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

Shades of Quincy #66554E

Tints of Quincy #66554E

Color information

#66554E (or 0x66554E) is unknown color: approx Quincy. HEX triplet: 66, 55 and 4E. RGB value is (102,85,78). Sum of RGB (Red+Green+Blue) = 102+85+78=265 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.49% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 102 - color contains mainly: red. Hex color #66554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66554E is #99AAB1. Grayscale: #595959. Windows color (decimal): -10070706 or 5133670. OLE color: 5133670.

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

Color convert

RGB1028578-
CMYK00.170.240.6
HSL17.5º13.33%35.29%-
HSV(B)17.5º23.53%40%-
XYZ10.19.878.58-
YUV89.28121.63137.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.49%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=38.49%
G=32.08%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102857800.170.240.617.513.3335.29
Hex66554E011183C12d23
Octal1461251160213074221543
Binary11001101010101100111001000111000111100100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66554E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,85,78); }

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

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

 a { background-color: rgb(102,85,78); }

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

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

 span { border-color: rgb(102,85,78); }

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