#695341

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

Shades of Quincy #695341

Tints of Quincy #695341

Color information

#695341 (or 0x695341) is unknown color: approx Quincy. HEX triplet: 69, 53 and 41. RGB value is (105,83,65). Sum of RGB (Red+Green+Blue) = 105+83+65=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #695341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695341 is #96ACBE. Grayscale: #575757. Windows color (decimal): -9874623 or 4281193. OLE color: 4281193.

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

Color convert

RGB1058365-
CMYK00.210.380.59
HSL27º23.53%33.33%-
HSV(B)27º38.1%41.18%-
XYZ9.879.576.33-
YUV87.53115.29140.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.50%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 65 (25.78% from 255) = 25.69%
R=41.50%
G=32.81%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105836500.210.380.592723.5333.33
Hex695341015263B1b1821
Octal1511231010254673333041
Binary1101001101001110000010101011001101110111101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695341; }

 p { color: rgb(105,83,65); }

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

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

 a { background-color: rgb(105,83,65); }

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

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

 span { border-color: rgb(105,83,65); }

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