#6F564A

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

Shades of Quincy #6F564A

Tints of Quincy #6F564A

Color information

#6F564A (or 0x6F564A) is unknown color: approx Quincy. HEX triplet: 6F, 56 and 4A. RGB value is (111,86,74). Sum of RGB (Red+Green+Blue) = 111+86+74=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F564A is #90A9B5. Grayscale: #5C5C5C. Windows color (decimal): -9480630 or 4871791. OLE color: 4871791.

HSL color Cylindrical-coordinate representation of color #6F564A: hue angle of 19.46º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F564A is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB1118674-
CMYK00.230.330.56
HSL19.46º20%36.27%-
HSV(B)19.46º33.33%43.53%-
XYZ11.1210.537.92-
YUV92.11117.78141.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.96%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 74 (29.30% from 255) = 27.31%
R=40.96%
G=31.73%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111867400.230.330.5619.462036.27
Hex6F564A0172138131424
Octal1571261120274170232444
Binary1101111101011010010100101111000011110001001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F564A; }

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

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

<style>
 a { background-color: #6F564A; }

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

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

<style>
 span { border-color: #6F564A; }

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

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