#68564B

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

Shades of Quincy #68564B

Tints of Quincy #68564B

Color information

#68564B (or 0x68564B) is unknown color: approx Quincy. HEX triplet: 68, 56 and 4B. RGB value is (104,86,75). Sum of RGB (Red+Green+Blue) = 104+86+75=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #68564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68564B is #97A9B4. Grayscale: #5A5A5A. Windows color (decimal): -9939381 or 4937320. OLE color: 4937320.

HSL color Cylindrical-coordinate representation of color #68564B: hue angle of 22.76º 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 #68564B is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1048675-
CMYK00.170.280.59
HSL22.76º16.2%35.1%-
HSV(B)22.76º27.88%40.78%-
XYZ10.3110.118.06-
YUV90.13119.46137.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.25%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=39.25%
G=32.45%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104867500.170.280.5922.7616.235.1
Hex68564B0111C3B171023
Octal1501261130213473272043
Binary110100010101101001011010001111001110111011110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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