#6F5443

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

Shades of Quincy #6F5443

Tints of Quincy #6F5443

Color information

#6F5443 (or 0x6F5443) is unknown color: approx Quincy. HEX triplet: 6F, 54 and 43. RGB value is (111,84,67). Sum of RGB (Red+Green+Blue) = 111+84+67=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5443 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5443 is #90ABBC. Grayscale: #5A5A5A. Windows color (decimal): -9481149 or 4412527. OLE color: 4412527.

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

Color convert

RGB1118467-
CMYK00.240.400.56
HSL23.18º24.72%34.9%-
HSV(B)23.18º39.64%43.53%-
XYZ10.7410.136.7-
YUV90.14114.95142.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.37%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 67 (26.56% from 255) = 25.57%
R=42.37%
G=32.06%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111846700.240.400.5623.1824.7234.9
Hex6F54430182838171923
Octal1571241030305070273143
Binary1101111101010010000110110001010001110001011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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