#695241

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

Shades of Quincy #695241

Tints of Quincy #695241

Color information

#695241 (or 0x695241) is unknown color: approx Quincy. HEX triplet: 69, 52 and 41. RGB value is (105,82,65). Sum of RGB (Red+Green+Blue) = 105+82+65=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 65 (25.78% from 255 or 25.79% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #695241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695241 is #96ADBE. Grayscale: #575757. Windows color (decimal): -9874879 or 4280937. OLE color: 4280937.

HSL color Cylindrical-coordinate representation of color #695241: hue angle of 25.5º 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 #695241 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1058265-
CMYK00.220.380.59
HSL25.5º23.53%33.33%-
HSV(B)25.5º38.1%41.18%-
XYZ9.89.426.3-
YUV86.94115.62140.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.67%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 65 (25.78% from 255) = 25.79%
R=41.67%
G=32.54%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105826500.220.380.5925.523.5333.33
Hex695241016263B1a1821
Octal1511221010264673323041
Binary1101001101001010000010101101001101110111101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695241; }

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

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

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

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

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

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

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

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