Html Css Color HEX #695143 Quincy

📋 copy color: '#695143'

red 105 ◦ green 81 ◦ blue 67

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

Shades of Quincy #695143

Tints of Quincy #695143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.48%

R = 41.5%
G = 32.02%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.59

RGB Variations

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

Color information

#695143 (or 0x695143) is known color: Quincy. HEX triplet: 69, 51 and 43. RGB value is (105,81,67). Sum of RGB (Red+Green+Blue) = 105+81+67=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #695143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695143 is #96AEBC. Grayscale: #565656. Windows color (decimal): -9875133 or 4411753. OLE color: 4411753.

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

Color convert

RGB 105 81 67 -
CMYK 0 0.23 0.36 0.59
HSL 22.11º 0.22% 0.34% -
HSV(B) 22.11º 0.36% 0.41% -
XYZ 9.78 9.29 6.59 -
YUV 86.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 105 81 67 0 0.23 0.36 0.59 22.11 0.22 0.34
Hex 69 51 43 0 17 24 3B 16 16 22
Octal 151 121 103 0 27 44 73 26 26 42
Binary 1101001 1010001 1000011 0 10111 100100 111011 10110 10110 100010

Color Harmonies of #695143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695143

Black with #695143

Text Example


Text Example

White with #695143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695143; }

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

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

background-color css

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

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

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

border-color css

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

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

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