Html Css Color HEX #695141 Quincy

📋 copy color: '#695141'

red 105 ◦ green 81 ◦ blue 65

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

Shades of Quincy #695141

Tints of Quincy #695141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.9%

R = 41.83%
G = 32.27%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#695141 (or 0x695141) is known color: Quincy. HEX triplet: 69, 51 and 41. RGB value is (105,81,65). Sum of RGB (Red+Green+Blue) = 105+81+65=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #695141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695141 is #96AEBE. Grayscale: #565656. Windows color (decimal): -9875135 or 4280681. OLE color: 4280681.

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

Color convert

RGB 105 81 65 -
CMYK 0 0.23 0.38 0.59
HSL 24º 0.24% 0.33% -
HSV(B) 24º 0.38% 0.41% -
XYZ 9.72 9.27 6.28 -
YUV 86.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 105 81 65 0 0.23 0.38 0.59 24 0.24 0.33
Hex 69 51 41 0 17 26 3B 18 18 21
Octal 151 121 101 0 27 46 73 30 30 41
Binary 1101001 1010001 1000001 0 10111 100110 111011 11000 11000 100001

Color Harmonies of #695141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695141

Black with #695141

Text Example


Text Example

White with #695141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695141; }

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

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

background-color css

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

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

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

border-color css

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

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

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