#68523F

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

Shades of Quincy #68523F

Tints of Quincy #68523F

Color information

#68523F (or 0x68523F) is unknown color: approx Quincy. HEX triplet: 68, 52 and 3F. RGB value is (104,82,63). Sum of RGB (Red+Green+Blue) = 104+82+63=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #68523F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68523F is #97ADC0. Grayscale: #565656. Windows color (decimal): -9940417 or 4149864. OLE color: 4149864.

HSL color Cylindrical-coordinate representation of color #68523F: hue angle of 27.8º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68523F is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB1048263-
CMYK00.210.390.59
HSL27.8º24.55%32.75%-
HSV(B)27.8º39.42%40.78%-
XYZ9.629.346-
YUV86.41114.79140.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 63 (25% from 255) = 25.30%
R=41.77%
G=32.93%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104826300.210.390.5927.824.5532.75
Hex68523F015273B1c1921
Octal150122770254773343141
Binary110100010100101111110101011001111110111110011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,82,63); }

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

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

 a { background-color: rgb(104,82,63); }

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

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

 span { border-color: rgb(104,82,63); }

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