Html Css Color HEX #695247 Quincy

📋 copy color: '#695247'

red 105 ◦ green 82 ◦ blue 71

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

Shades of Quincy #695247

Tints of Quincy #695247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.52%

R = 40.7%
G = 31.78%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#695247 (or 0x695247) is known color: Quincy. HEX triplet: 69, 52 and 47. RGB value is (105,82,71). Sum of RGB (Red+Green+Blue) = 105+82+71=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #695247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695247 is #96ADB8. Grayscale: #575757. Windows color (decimal): -9874873 or 4674153. OLE color: 4674153.

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

Color convert

RGB 105 82 71 -
CMYK 0 0.22 0.32 0.59
HSL 19.41º 0.19% 0.35% -
HSV(B) 19.41º 0.32% 0.41% -
XYZ 9.98 9.49 7.27 -
YUV 87.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 105 82 71 0 0.22 0.32 0.59 19.41 0.19 0.35
Hex 69 52 47 0 16 20 3B 13 13 23
Octal 151 122 107 0 26 40 73 23 23 43
Binary 1101001 1010010 1000111 0 10110 100000 111011 10011 10011 100011

Color Harmonies of #695247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695247

Black with #695247

Text Example


Text Example

White with #695247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695247; }

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

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

background-color css

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

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

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

border-color css

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

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

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