#68544B

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

Shades of Quincy #68544B

Tints of Quincy #68544B

Color information

#68544B (or 0x68544B) is unknown color: approx Quincy. HEX triplet: 68, 54 and 4B. RGB value is (104,84,75). Sum of RGB (Red+Green+Blue) = 104+84+75=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #68544B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68544B is #97ABB4. Grayscale: #595959. Windows color (decimal): -9939893 or 4936808. OLE color: 4936808.

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

Color convert

RGB1048475-
CMYK00.190.280.59
HSL18.62º16.2%35.1%-
HSV(B)18.62º27.88%40.78%-
XYZ10.159.798.01-
YUV88.95120.13138.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.54%
GREEN value IS 84 (33.20% from 255) = 31.94%
BLUE value IS 75 (29.69% from 255) = 28.52%
R=39.54%
G=31.94%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104847500.190.280.5918.6216.235.1
Hex68544B0131C3B131023
Octal1501241130233473232043
Binary110100010101001001011010011111001110111001110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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