#69564B

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

Shades of Quincy #69564B

Tints of Quincy #69564B

Color information

#69564B (or 0x69564B) is unknown color: approx Quincy. HEX triplet: 69, 56 and 4B. RGB value is (105,86,75). Sum of RGB (Red+Green+Blue) = 105+86+75=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 105 - color contains mainly: red. Hex color #69564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69564B is #96A9B4. Grayscale: #5A5A5A. Windows color (decimal): -9873845 or 4937321. OLE color: 4937321.

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

Color convert

RGB1058675-
CMYK00.180.290.59
HSL22º16.67%35.29%-
HSV(B)22º28.57%41.18%-
XYZ10.4210.178.07-
YUV90.43119.29138.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.47%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 75 (29.69% from 255) = 28.20%
R=39.47%
G=32.33%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105867500.180.290.592216.6735.29
Hex69564B0121D3B161123
Octal1511261130223573262143
Binary110100110101101001011010010111011110111011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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