#665443

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

Shades of Quincy #665443

Tints of Quincy #665443

Color information

#665443 (or 0x665443) is unknown color: approx Quincy. HEX triplet: 66, 54 and 43. RGB value is (102,84,67). Sum of RGB (Red+Green+Blue) = 102+84+67=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #665443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665443 is #99ABBC. Grayscale: #575757. Windows color (decimal): -10070973 or 4412518. OLE color: 4412518.

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

Color convert

RGB1028467-
CMYK00.180.340.6
HSL29.14º20.71%33.14%-
HSV(B)29.14º34.31%40%-
XYZ9.669.576.65-
YUV87.44116.46138.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.32%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 67 (26.56% from 255) = 26.48%
R=40.32%
G=33.20%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102846700.180.340.629.1420.7133.14
Hex665443012223C1d1521
Octal1461241030224274352541
Binary1100110101010010000110100101000101111001110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665443; }

 p { color: rgb(102,84,67); }

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

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

 a { background-color: rgb(102,84,67); }

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

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

 span { border-color: rgb(102,84,67); }

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