#655346

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

Shades of Quincy #655346

Tints of Quincy #655346

Color information

#655346 (or 0x655346) is unknown color: approx Quincy. HEX triplet: 65, 53 and 46. RGB value is (101,83,70). Sum of RGB (Red+Green+Blue) = 101+83+70=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 101 - color contains mainly: red. Hex color #655346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655346 is #9AACB9. Grayscale: #565656. Windows color (decimal): -10136762 or 4608869. OLE color: 4608869.

HSL color Cylindrical-coordinate representation of color #655346: hue angle of 25.16º degrees, saturation: 0.18, 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 #655346 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB1018370-
CMYK00.180.310.60
HSL25.16º18.13%33.53%-
HSV(B)25.16º30.69%39.61%-
XYZ9.579.47.1-
YUV86.9118.46138.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.76%
GREEN value IS 83 (32.81% from 255) = 32.68%
BLUE value IS 70 (27.73% from 255) = 27.56%
R=39.76%
G=32.68%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101837000.180.310.6025.1618.1333.53
Hex6553460121F3C191222
Octal1451231060223774312242
Binary110010110100111000110010010111111111001100110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655346; }

 p { color: rgb(101,83,70); }

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

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

 a { background-color: rgb(101,83,70); }

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

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

 span { border-color: rgb(101,83,70); }

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