#6F5444

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

Shades of Quincy #6F5444

Tints of Quincy #6F5444

Color information

#6F5444 (or 0x6F5444) is unknown color: approx Quincy. HEX triplet: 6F, 54 and 44. RGB value is (111,84,68). Sum of RGB (Red+Green+Blue) = 111+84+68=263 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.21% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5444 is #90ABBB. Grayscale: #5A5A5A. Windows color (decimal): -9481148 or 4478063. OLE color: 4478063.

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

Color convert

RGB1118468-
CMYK00.240.390.56
HSL22.33º24.02%35.1%-
HSV(B)22.33º38.74%43.53%-
XYZ10.7710.146.86-
YUV90.25115.45142.8-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.21%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 68 (26.95% from 255) = 25.86%
R=42.21%
G=31.94%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111846800.240.390.5622.3324.0235.1
Hex6F54440182738161823
Octal1571241040304770263043
Binary1101111101010010001000110001001111110001011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,84,68); }

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

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

 a { background-color: rgb(111,84,68); }

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

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

 span { border-color: rgb(111,84,68); }

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