Html Css Color HEX #695144 Quincy

📋 copy color: '#695144'

red 105 ◦ green 81 ◦ blue 68

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

Shades of Quincy #695144

Tints of Quincy #695144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.89%

 BLUE value IS 68 (26.95% from 255) = 26.77%

R = 41.34%
G = 31.89%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#695144 (or 0x695144) is known color: Quincy. HEX triplet: 69, 51 and 44. RGB value is (105,81,68). Sum of RGB (Red+Green+Blue) = 105+81+68=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 68 (26.95% from 255 or 26.77% from 254); Max value from RGB is 105 - color contains mainly: red. Hex color #695144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695144 is #96AEBB. Grayscale: #565656. Windows color (decimal): -9875132 or 4477289. OLE color: 4477289.

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

Color convert

RGB 105 81 68 -
CMYK 0 0.23 0.35 0.59
HSL 21.08º 0.21% 0.34% -
HSV(B) 21.08º 0.35% 0.41% -
XYZ 9.81 9.31 6.75 -
YUV 86.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 105 81 68 0 0.23 0.35 0.59 21.08 0.21 0.34
Hex 69 51 44 0 17 23 3B 15 15 22
Octal 151 121 104 0 27 43 73 25 25 42
Binary 1101001 1010001 1000100 0 10111 100011 111011 10101 10101 100010

Color Harmonies of #695144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695144

Black with #695144

Text Example


Text Example

White with #695144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695144; }

 p { color: rgb(105,81,68); }

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

background-color css

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

 a { background-color: rgb(105,81,68); }

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

border-color css

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

 span { border-color: rgb(105,81,68); }

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