#655040

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

Shades of Quincy #655040

Tints of Quincy #655040

Color information

#655040 (or 0x655040) is unknown color: approx Quincy. HEX triplet: 65, 50 and 40. RGB value is (101,80,64). Sum of RGB (Red+Green+Blue) = 101+80+64=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 101 - color contains mainly: red. Hex color #655040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655040 is #9AAFBF. Grayscale: #545454. Windows color (decimal): -10137536 or 4214885. OLE color: 4214885.

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

Color convert

RGB1018064-
CMYK00.210.370.60
HSL25.95º22.42%32.35%-
HSV(B)25.95º36.63%39.61%-
XYZ9.168.876.08-
YUV84.46116.46139.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.22%
GREEN value IS 80 (31.64% from 255) = 32.65%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=41.22%
G=32.65%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101806400.210.370.6025.9522.4232.35
Hex655040015253C1a1620
Octal1451201000254574322640
Binary1100101101000010000000101011001011111001101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655040; }

 p { color: rgb(101,80,64); }

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

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

 a { background-color: rgb(101,80,64); }

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

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

 span { border-color: rgb(101,80,64); }

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