Html Css Color HEX #695346 Quincy

📋 copy color: '#695346'

red 105 ◦ green 83 ◦ blue 70

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

Shades of Quincy #695346

Tints of Quincy #695346

RGB

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

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

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

R = 40.7%
G = 32.17%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#695346 (or 0x695346) is known color: Quincy. HEX triplet: 69, 53 and 46. RGB value is (105,83,70). Sum of RGB (Red+Green+Blue) = 105+83+70=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #695346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695346 is #96ACB9. Grayscale: #585858. Windows color (decimal): -9874618 or 4608873. OLE color: 4608873.

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

Color convert

RGB 105 83 70 -
CMYK 0 0.21 0.33 0.59
HSL 22.29º 0.2% 0.34% -
HSV(B) 22.29º 0.33% 0.41% -
XYZ 10.02 9.63 7.13 -
YUV 88.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 105 83 70 0 0.21 0.33 0.59 22.29 0.2 0.34
Hex 69 53 46 0 15 21 3B 16 14 22
Octal 151 123 106 0 25 41 73 26 24 42
Binary 1101001 1010011 1000110 0 10101 100001 111011 10110 10100 100010

Color Harmonies of #695346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695346

Black with #695346

Text Example


Text Example

White with #695346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695346; }

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

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

background-color css

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

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

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

border-color css

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

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

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