#69564D

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

Shades of Quincy #69564D

Tints of Quincy #69564D

Color information

#69564D (or 0x69564D) is unknown color: approx Quincy. HEX triplet: 69, 56 and 4D. RGB value is (105,86,77). Sum of RGB (Red+Green+Blue) = 105+86+77=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 105 - color contains mainly: red. Hex color #69564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69564D is #96A9B2. Grayscale: #5A5A5A. Windows color (decimal): -9873843 or 5068393. OLE color: 5068393.

HSL color Cylindrical-coordinate representation of color #69564D: hue angle of 19.29º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69564D is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1058677-
CMYK00.180.270.59
HSL19.29º15.38%35.69%-
HSV(B)19.29º26.67%41.18%-
XYZ10.4910.198.44-
YUV90.66120.29138.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 77 (30.47% from 255) = 28.73%
R=39.18%
G=32.09%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105867700.180.270.5919.2915.3835.69
Hex69564D0121B3B13f24
Octal1511261150223373231744
Binary11010011010110100110101001011011111011100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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