#67574F

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

Shades of Quincy #67574F

Tints of Quincy #67574F

Color information

#67574F (or 0x67574F) is unknown color: approx Quincy. HEX triplet: 67, 57 and 4F. RGB value is (103,87,79). Sum of RGB (Red+Green+Blue) = 103+87+79=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 103 - color contains mainly: red. Hex color #67574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67574F is #98A8B0. Grayscale: #5A5A5A. Windows color (decimal): -10004657 or 5199719. OLE color: 5199719.

HSL color Cylindrical-coordinate representation of color #67574F: hue angle of 20º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67574F is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB1038779-
CMYK00.160.230.60
HSL20º13.19%35.69%-
HSV(B)20º23.3%40.39%-
XYZ10.4110.268.83-
YUV90.87121.3136.65-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.29%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=38.29%
G=32.34%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103877900.160.230.602013.1935.69
Hex67574F010173C14d24
Octal1471271170202774241544
Binary11001111010111100111101000010111111100101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67574F; }

 p { color: rgb(103,87,79); }

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

<style>
 a { background-color: #67574F; }

 a { background-color: rgb(103,87,79); }

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

<style>
 span { border-color: #67574F; }

 span { border-color: rgb(103,87,79); }

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