#68534B

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

Shades of Quincy #68534B

Tints of Quincy #68534B

Color information

#68534B (or 0x68534B) is unknown color: approx Quincy. HEX triplet: 68, 53 and 4B. RGB value is (104,83,75). Sum of RGB (Red+Green+Blue) = 104+83+75=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 104 - color contains mainly: red. Hex color #68534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68534B is #97ACB4. Grayscale: #585858. Windows color (decimal): -9940149 or 4936552. OLE color: 4936552.

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

Color convert

RGB1048375-
CMYK00.200.280.59
HSL16.55º16.2%35.1%-
HSV(B)16.55º27.88%40.78%-
XYZ10.079.647.99-
YUV88.37120.46139.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 75 (29.69% from 255) = 28.63%
R=39.69%
G=31.68%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104837500.200.280.5916.5516.235.1
Hex68534B0141C3B111023
Octal1501231130243473212043
Binary110100010100111001011010100111001110111000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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