#6F5648

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

Shades of Quincy #6F5648

Tints of Quincy #6F5648

Color information

#6F5648 (or 0x6F5648) is unknown color: approx Quincy. HEX triplet: 6F, 56 and 48. RGB value is (111,86,72). Sum of RGB (Red+Green+Blue) = 111+86+72=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5648 is #90A9B7. Grayscale: #5B5B5B. Windows color (decimal): -9480632 or 4740719. OLE color: 4740719.

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

Color convert

RGB1118672-
CMYK00.230.350.56
HSL21.54º21.31%35.88%-
HSV(B)21.54º35.14%43.53%-
XYZ11.0510.57.58-
YUV91.88116.78141.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.26%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=41.26%
G=31.97%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111867200.230.350.5621.5421.3135.88
Hex6F56480172338161524
Octal1571261100274370262544
Binary1101111101011010010000101111000111110001011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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