#655045

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

Shades of Quincy #655045

Tints of Quincy #655045

Color information

#655045 (or 0x655045) is unknown color: approx Quincy. HEX triplet: 65, 50 and 45. RGB value is (101,80,69). Sum of RGB (Red+Green+Blue) = 101+80+69=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 69 (27.34% from 255 or 27.6% from 250); Max value from RGB is 101 - color contains mainly: red. Hex color #655045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655045 is #9AAFBA. Grayscale: #555555. Windows color (decimal): -10137531 or 4542565. OLE color: 4542565.

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

Color convert

RGB1018069-
CMYK00.210.320.60
HSL20.63º18.82%33.33%-
HSV(B)20.63º31.68%39.61%-
XYZ9.318.936.86-
YUV85.02118.96139.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.4%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 69 (27.34% from 255) = 27.6%
R=40.4%
G=32%
B=27.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101806900.210.320.6020.6318.8233.33
Hex655045015203C151321
Octal1451201050254074252341
Binary1100101101000010001010101011000001111001010110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655045; }

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

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

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

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

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

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

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

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