#68574B

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

Shades of Quincy #68574B

Tints of Quincy #68574B

Color information

#68574B (or 0x68574B) is unknown color: approx Quincy. HEX triplet: 68, 57 and 4B. RGB value is (104,87,75). Sum of RGB (Red+Green+Blue) = 104+87+75=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 87 (34.38% from 255 or 32.71% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #68574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68574B is #97A8B4. Grayscale: #5A5A5A. Windows color (decimal): -9939125 or 4937576. OLE color: 4937576.

HSL color Cylindrical-coordinate representation of color #68574B: hue angle of 24.83º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68574B is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1048775-
CMYK00.160.280.59
HSL24.83º16.2%35.1%-
HSV(B)24.83º27.88%40.78%-
XYZ10.3910.278.09-
YUV90.71119.13137.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.10%
GREEN value IS 87 (34.38% from 255) = 32.71%
BLUE value IS 75 (29.69% from 255) = 28.20%
R=39.10%
G=32.71%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104877500.160.280.5924.8316.235.1
Hex68574B0101C3B191023
Octal1501271130203473312043
Binary110100010101111001011010000111001110111100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68574B; }

 p { color: rgb(104,87,75); }

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

<style>
 a { background-color: #68574B; }

 a { background-color: rgb(104,87,75); }

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

<style>
 span { border-color: #68574B; }

 span { border-color: rgb(104,87,75); }

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