#665648

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

Shades of Quincy #665648

Tints of Quincy #665648

Color information

#665648 (or 0x665648) is unknown color: approx Quincy. HEX triplet: 66, 56 and 48. RGB value is (102,86,72). Sum of RGB (Red+Green+Blue) = 102+86+72=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 86 (33.98% from 255 or 33.08% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #665648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665648 is #99A9B7. Grayscale: #595959. Windows color (decimal): -10070456 or 4740710. OLE color: 4740710.

HSL color Cylindrical-coordinate representation of color #665648: hue angle of 28º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #665648 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.6.

Color convert

RGB1028672-
CMYK00.160.290.6
HSL28º17.24%34.12%-
HSV(B)28º29.41%40%-
XYZ9.989.957.53-
YUV89.19118.3137.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.23%
GREEN value IS 86 (33.98% from 255) = 33.08%
BLUE value IS 72 (28.52% from 255) = 27.69%
R=39.23%
G=33.08%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102867200.160.290.62817.2434.12
Hex6656480101D3C1c1122
Octal1461261100203574342142
Binary110011010101101001000010000111011111001110010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665648; }

 p { color: rgb(102,86,72); }

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

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

 a { background-color: rgb(102,86,72); }

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

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

 span { border-color: rgb(102,86,72); }

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