#6F5747

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

Shades of Quincy #6F5747

Tints of Quincy #6F5747

Color information

#6F5747 (or 0x6F5747) is unknown color: approx Quincy. HEX triplet: 6F, 57 and 47. RGB value is (111,87,71). Sum of RGB (Red+Green+Blue) = 111+87+71=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5747 is #90A8B8. Grayscale: #5C5C5C. Windows color (decimal): -9480377 or 4675439. OLE color: 4675439.

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

Color convert

RGB1118771-
CMYK00.220.360.56
HSL24º21.98%35.69%-
HSV(B)24º36.04%43.53%-
XYZ11.110.657.43-
YUV92.35115.95141.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.26%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 71 (28.12% from 255) = 26.39%
R=41.26%
G=32.34%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111877100.220.360.562421.9835.69
Hex6F57470162438181624
Octal1571271070264470302644
Binary1101111101011110001110101101001001110001100010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,87,71); }

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

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

 a { background-color: rgb(111,87,71); }

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

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

 span { border-color: rgb(111,87,71); }

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