Html Css Color HEX #695349 Quincy

📋 copy color: '#695349'

red 105 ◦ green 83 ◦ blue 73

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

Shades of Quincy #695349

Tints of Quincy #695349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.8%

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

R = 40.23%
G = 31.8%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#695349 (or 0x695349) is known color: Quincy. HEX triplet: 69, 53 and 49. RGB value is (105,83,73). Sum of RGB (Red+Green+Blue) = 105+83+73=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 73 (28.91% from 255 or 27.97% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #695349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695349 is #96ACB6. Grayscale: #585858. Windows color (decimal): -9874615 or 4805481. OLE color: 4805481.

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

Color convert

RGB 105 83 73 -
CMYK 0 0.21 0.30 0.59
HSL 18.75º 0.18% 0.35% -
HSV(B) 18.75º 0.3% 0.41% -
XYZ 10.12 9.67 7.64 -
YUV 88.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 105 83 73 0 0.21 0.30 0.59 18.75 0.18 0.35
Hex 69 53 49 0 15 1E 3B 13 12 23
Octal 151 123 111 0 25 36 73 23 22 43
Binary 1101001 1010011 1001001 0 10101 11110 111011 10011 10010 100011

Color Harmonies of #695349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695349

Black with #695349

Text Example


Text Example

White with #695349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695349; }

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

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

background-color css

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

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

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

border-color css

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

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

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