Html Css Color HEX #695448 Quincy

📋 copy color: '#695448'

red 105 ◦ green 84 ◦ blue 72

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

Shades of Quincy #695448

Tints of Quincy #695448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.18%

 BLUE value IS 72 (28.52% from 255) = 27.59%

R = 40.23%
G = 32.18%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#695448 (or 0x695448) is known color: Quincy. HEX triplet: 69, 54 and 48. RGB value is (105,84,72). Sum of RGB (Red+Green+Blue) = 105+84+72=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #695448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695448 is #96ABB7. Grayscale: #585858. Windows color (decimal): -9874360 or 4740201. OLE color: 4740201.

HSL color Cylindrical-coordinate representation of color #695448: hue angle of 21.82º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #695448 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 84 72 -
CMYK 0 0.20 0.31 0.59
HSL 21.82º 0.19% 0.35% -
HSV(B) 21.82º 0.31% 0.41% -
XYZ 10.17 9.81 7.49 -
YUV 88.91 118.46 139.48 -
System Red Green Blue C M Y K H S L
Decimal 105 84 72 0 0.20 0.31 0.59 21.82 0.19 0.35
Hex 69 54 48 0 14 1F 3B 16 13 23
Octal 151 124 110 0 24 37 73 26 23 43
Binary 1101001 1010100 1001000 0 10100 11111 111011 10110 10011 100011

Color Harmonies of #695448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695448

Black with #695448

Text Example


Text Example

White with #695448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695448; }

 p { color: rgb(105,84,72); }

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

background-color css

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

 a { background-color: rgb(105,84,72); }

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

border-color css

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

 span { border-color: rgb(105,84,72); }

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