#65503F

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

Shades of Quincy #65503F

Tints of Quincy #65503F

Color information

#65503F (or 0x65503F) is unknown color: approx Quincy. HEX triplet: 65, 50 and 3F. RGB value is (101,80,63). Sum of RGB (Red+Green+Blue) = 101+80+63=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 80 (31.64% from 255 or 32.79% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 101 - color contains mainly: red. Hex color #65503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65503F is #9AAFC0. Grayscale: #545454. Windows color (decimal): -10137537 or 4149349. OLE color: 4149349.

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

Color convert

RGB1018063-
CMYK00.210.380.60
HSL26.84º23.17%32.16%-
HSV(B)26.84º37.62%39.61%-
XYZ9.138.865.93-
YUV84.34115.96139.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.39%
GREEN value IS 80 (31.64% from 255) = 32.79%
BLUE value IS 63 (25% from 255) = 25.82%
R=41.39%
G=32.79%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101806300.210.380.6026.8423.1732.16
Hex65503F015263C1b1720
Octal145120770254674332740
Binary110010110100001111110101011001101111001101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65503F; }

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

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

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

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

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

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

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

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