#665146

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

Shades of Quincy #665146

Tints of Quincy #665146

Color information

#665146 (or 0x665146) is unknown color: approx Quincy. HEX triplet: 66, 51 and 46. RGB value is (102,81,70). Sum of RGB (Red+Green+Blue) = 102+81+70=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #665146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665146 is #99AEB9. Grayscale: #565656. Windows color (decimal): -10071738 or 4608358. OLE color: 4608358.

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

Color convert

RGB1028170-
CMYK00.210.310.6
HSL20.63º18.6%33.73%-
HSV(B)20.63º31.37%40%-
XYZ9.539.157.06-
YUV86.02118.96139.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 81 (32.03% from 255) = 32.02%
BLUE value IS 70 (27.73% from 255) = 27.67%
R=40.32%
G=32.02%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102817000.210.310.620.6318.633.73
Hex6651460151F3C151322
Octal1461211060253774252342
Binary110011010100011000110010101111111111001010110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665146; }

 p { color: rgb(102,81,70); }

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

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

 a { background-color: rgb(102,81,70); }

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

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

 span { border-color: rgb(102,81,70); }

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