#665145

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

Shades of Quincy #665145

Tints of Quincy #665145

Color information

#665145 (or 0x665145) is unknown color: approx Quincy. HEX triplet: 66, 51 and 45. RGB value is (102,81,69). Sum of RGB (Red+Green+Blue) = 102+81+69=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 69 (27.34% from 255 or 27.38% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #665145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665145 is #99AEBA. Grayscale: #555555. Windows color (decimal): -10071739 or 4542822. OLE color: 4542822.

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

Color convert

RGB1028169-
CMYK00.210.320.6
HSL21.82º19.3%33.53%-
HSV(B)21.82º32.35%40%-
XYZ9.59.146.89-
YUV85.91118.46139.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.48%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 69 (27.34% from 255) = 27.38%
R=40.48%
G=32.14%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102816900.210.320.621.8219.333.53
Hex665145015203C161322
Octal1461211050254074262342
Binary1100110101000110001010101011000001111001011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665145; }

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

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

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

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

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

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

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

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