Html Css Color HEX #695146 Quincy

📋 copy color: '#695146'

red 105 ◦ green 81 ◦ blue 70

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

Shades of Quincy #695146

Tints of Quincy #695146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.34%

R = 41.02%
G = 31.64%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#695146 (or 0x695146) is known color: Quincy. HEX triplet: 69, 51 and 46. RGB value is (105,81,70). Sum of RGB (Red+Green+Blue) = 105+81+70=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #695146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695146 is #96AEB9. Grayscale: #565656. Windows color (decimal): -9875130 or 4608361. OLE color: 4608361.

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

Color convert

RGB 105 81 70 -
CMYK 0 0.23 0.33 0.59
HSL 18.86º 0.2% 0.34% -
HSV(B) 18.86º 0.33% 0.41% -
XYZ 9.87 9.33 7.07 -
YUV 86.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 105 81 70 0 0.23 0.33 0.59 18.86 0.2 0.34
Hex 69 51 46 0 17 21 3B 13 14 22
Octal 151 121 106 0 27 41 73 23 24 42
Binary 1101001 1010001 1000110 0 10111 100001 111011 10011 10100 100010

Color Harmonies of #695146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695146

Black with #695146

Text Example


Text Example

White with #695146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695146; }

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

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

background-color css

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

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

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

border-color css

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

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

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