#695240

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

Shades of Quincy #695240

Tints of Quincy #695240

Color information

#695240 (or 0x695240) is unknown color: approx Quincy. HEX triplet: 69, 52 and 40. RGB value is (105,82,64). Sum of RGB (Red+Green+Blue) = 105+82+64=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 64 (25.39% from 255 or 25.50% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #695240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695240 is #96ADBF. Grayscale: #565656. Windows color (decimal): -9874880 or 4215401. OLE color: 4215401.

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

Color convert

RGB1058264-
CMYK00.220.390.59
HSL26.34º24.26%33.14%-
HSV(B)26.34º39.05%41.18%-
XYZ9.779.416.15-
YUV86.82115.12140.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.83%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 64 (25.39% from 255) = 25.50%
R=41.83%
G=32.67%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105826400.220.390.5926.3424.2633.14
Hex695240016273B1a1821
Octal1511221000264773323041
Binary1101001101001010000000101101001111110111101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695240; }

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

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

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

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

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

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

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

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