Html Css Color HEX #695342 Quincy

📋 copy color: '#695342'

red 105 ◦ green 83 ◦ blue 66

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

Shades of Quincy #695342

Tints of Quincy #695342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.98%

R = 41.34%
G = 32.68%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#695342 (or 0x695342) is known color: Quincy. HEX triplet: 69, 53 and 42. RGB value is (105,83,66). Sum of RGB (Red+Green+Blue) = 105+83+66=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 105 - color contains mainly: red. Hex color #695342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695342 is #96ACBD. Grayscale: #575757. Windows color (decimal): -9874622 or 4346729. OLE color: 4346729.

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

Color convert

RGB 105 83 66 -
CMYK 0 0.21 0.37 0.59
HSL 26.15º 0.23% 0.34% -
HSV(B) 26.15º 0.37% 0.41% -
XYZ 9.9 9.58 6.48 -
YUV 87.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 105 83 66 0 0.21 0.37 0.59 26.15 0.23 0.34
Hex 69 53 42 0 15 25 3B 1A 17 22
Octal 151 123 102 0 25 45 73 32 27 42
Binary 1101001 1010011 1000010 0 10101 100101 111011 11010 10111 100010

Color Harmonies of #695342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695342

Black with #695342

Text Example


Text Example

White with #695342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695342; }

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

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

background-color css

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

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

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

border-color css

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

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

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