#69564A

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

Shades of Quincy #69564A

Tints of Quincy #69564A

Color information

#69564A (or 0x69564A) is unknown color: approx Quincy. HEX triplet: 69, 56 and 4A. RGB value is (105,86,74). Sum of RGB (Red+Green+Blue) = 105+86+74=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 105 - color contains mainly: red. Hex color #69564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69564A is #96A9B5. Grayscale: #5A5A5A. Windows color (decimal): -9873846 or 4871785. OLE color: 4871785.

HSL color Cylindrical-coordinate representation of color #69564A: hue angle of 23.23º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #69564A is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1058674-
CMYK00.180.300.59
HSL23.23º17.32%35.1%-
HSV(B)23.23º29.52%41.18%-
XYZ10.3910.157.89-
YUV90.31118.79138.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.62%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=39.62%
G=32.45%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105867400.180.300.5923.2317.3235.1
Hex69564A0121E3B171123
Octal1511261120223673272143
Binary110100110101101001010010010111101110111011110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69564A; }

 p { color: rgb(105,86,74); }

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

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

 a { background-color: rgb(105,86,74); }

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

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

 span { border-color: rgb(105,86,74); }

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