#6F5346

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

Shades of Quincy #6F5346

Tints of Quincy #6F5346

Color information

#6F5346 (or 0x6F5346) is unknown color: approx Quincy. HEX triplet: 6F, 53 and 46. RGB value is (111,83,70). Sum of RGB (Red+Green+Blue) = 111+83+70=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5346 is #90ACB9. Grayscale: #595959. Windows color (decimal): -9481402 or 4608879. OLE color: 4608879.

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

Color convert

RGB1118370-
CMYK00.250.370.56
HSL19.02º22.65%35.49%-
HSV(B)19.02º36.94%43.53%-
XYZ10.7510.017.16-
YUV89.89116.78143.06-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.05%
GREEN value IS 83 (32.81% from 255) = 31.44%
BLUE value IS 70 (27.73% from 255) = 26.52%
R=42.05%
G=31.44%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111837000.250.370.5619.0222.6535.49
Hex6F53460192538131723
Octal1571231060314570232743
Binary1101111101001110001100110011001011110001001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,83,70); }

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

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

 a { background-color: rgb(111,83,70); }

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

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

 span { border-color: rgb(111,83,70); }

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