#65513F

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

Shades of Quincy #65513F

Tints of Quincy #65513F

Color information

#65513F (or 0x65513F) is unknown color: approx Quincy. HEX triplet: 65, 51 and 3F. RGB value is (101,81,63). Sum of RGB (Red+Green+Blue) = 101+81+63=245 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.22% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 101 - color contains mainly: red. Hex color #65513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65513F is #9AAEC0. Grayscale: #555555. Windows color (decimal): -10137281 or 4149605. OLE color: 4149605.

HSL color Cylindrical-coordinate representation of color #65513F: hue angle of 28.42º 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 #65513F is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB1018163-
CMYK00.200.380.60
HSL28.42º23.17%32.16%-
HSV(B)28.42º37.62%39.61%-
XYZ9.219.015.96-
YUV84.93115.63139.46-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.22%
GREEN value IS 81 (32.03% from 255) = 33.06%
BLUE value IS 63 (25% from 255) = 25.71%
R=41.22%
G=33.06%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101816300.200.380.6028.4223.1732.16
Hex65513F014263C1c1720
Octal145121770244674342740
Binary110010110100011111110101001001101111001110010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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