#685242

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

Shades of Quincy #685242

Tints of Quincy #685242

Color information

#685242 (or 0x685242) is unknown color: approx Quincy. HEX triplet: 68, 52 and 42. RGB value is (104,82,66). Sum of RGB (Red+Green+Blue) = 104+82+66=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #685242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685242 is #97ADBD. Grayscale: #565656. Windows color (decimal): -9940414 or 4346472. OLE color: 4346472.

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

Color convert

RGB1048266-
CMYK00.210.370.59
HSL25.26º22.35%33.33%-
HSV(B)25.26º36.54%40.78%-
XYZ9.719.376.45-
YUV86.75116.29140.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 66 (26.17% from 255) = 26.19%
R=41.27%
G=32.54%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104826600.210.370.5925.2622.3533.33
Hex685242015253B191621
Octal1501221020254573312641
Binary1101000101001010000100101011001011110111100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685242; }

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

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

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

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

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

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

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

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