#665545

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

Shades of Quincy #665545

Tints of Quincy #665545

Color information

#665545 (or 0x665545) is unknown color: approx Quincy. HEX triplet: 66, 55 and 45. RGB value is (102,85,69). Sum of RGB (Red+Green+Blue) = 102+85+69=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 102 - color contains mainly: red. Hex color #665545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665545 is #99AABA. Grayscale: #585858. Windows color (decimal): -10070715 or 4543846. OLE color: 4543846.

HSL color Cylindrical-coordinate representation of color #665545: hue angle of 29.09º 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 #665545 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.6.

Color convert

RGB1028569-
CMYK00.170.320.6
HSL29.09º19.3%33.53%-
HSV(B)29.09º32.35%40%-
XYZ9.89.757-
YUV88.26117.13137.8-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.84%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 69 (27.34% from 255) = 26.95%
R=39.84%
G=33.20%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102856900.170.320.629.0919.333.53
Hex665545011203C1d1322
Octal1461251050214074352342
Binary1100110101010110001010100011000001111001110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665545; }

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

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

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

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

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

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

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

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