Html Css Color HEX #695249 Quincy

📋 copy color: '#695249'

red 105 ◦ green 82 ◦ blue 73

#695249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Quincy #695249

Tints of Quincy #695249

RGB

 RED value IS 105 (41.41% from 255) = 40.38%

 GREEN value IS 82 (32.42% from 255) = 31.54%

 BLUE value IS 73 (28.91% from 255) = 28.08%

R = 40.38%
G = 31.54%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#695249 (or 0x695249) is known color: Quincy. HEX triplet: 69, 52 and 49. RGB value is (105,82,73). Sum of RGB (Red+Green+Blue) = 105+82+73=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 73 (28.91% from 255 or 28.08% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #695249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695249 is #96ADB6. Grayscale: #575757. Windows color (decimal): -9874871 or 4805225. OLE color: 4805225.

HSL color Cylindrical-coordinate representation of color #695249: hue angle of 16.88º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #695249 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 82 73 -
CMYK 0 0.22 0.30 0.59
HSL 16.88º 0.18% 0.35% -
HSV(B) 16.88º 0.3% 0.41% -
XYZ 10.05 9.52 7.61 -
YUV 87.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 105 82 73 0 0.22 0.30 0.59 16.88 0.18 0.35
Hex 69 52 49 0 16 1E 3B 11 12 23
Octal 151 122 111 0 26 36 73 21 22 43
Binary 1101001 1010010 1001001 0 10110 11110 111011 10001 10010 100011

Color Harmonies of #695249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695249

Black with #695249

Text Example


Text Example

White with #695249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695249; }

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

 H1.HeaderClassName
 {
   color: #695249;
 }
 .AnyTagClassName
 {
   color: #695249;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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