#665348

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

Shades of Quincy #665348

Tints of Quincy #665348

Color information

#665348 (or 0x665348) is unknown color: approx Quincy. HEX triplet: 66, 53 and 48. RGB value is (102,83,72). Sum of RGB (Red+Green+Blue) = 102+83+72=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 102 - color contains mainly: red. Hex color #665348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665348 is #99ACB7. Grayscale: #575757. Windows color (decimal): -10071224 or 4739942. OLE color: 4739942.

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

Color convert

RGB1028372-
CMYK00.190.290.6
HSL22º17.24%34.12%-
HSV(B)22º29.41%40%-
XYZ9.749.487.45-
YUV87.43119.29138.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.69%
GREEN value IS 83 (32.81% from 255) = 32.30%
BLUE value IS 72 (28.52% from 255) = 28.02%
R=39.69%
G=32.30%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102837200.190.290.62217.2434.12
Hex6653480131D3C161122
Octal1461231100233574262142
Binary110011010100111001000010011111011111001011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665348; }

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

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

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

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

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

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

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

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