Html Css Color HEX #715648 Quincy

📋 copy color: '#715648'

red 113 ◦ green 86 ◦ blue 72

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

Shades of Quincy #715648

Tints of Quincy #715648

RGB

 RED value IS 113 (44.53% from 255) = 41.7%

 GREEN value IS 86 (33.98% from 255) = 31.73%

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

R = 41.7%
G = 31.73%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#715648 (or 0x715648) is known color: Quincy. HEX triplet: 71, 56 and 48. RGB value is (113,86,72). Sum of RGB (Red+Green+Blue) = 113+86+72=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #715648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715648 is #8EA9B7. Grayscale: #5C5C5C. Windows color (decimal): -9349560 or 4740721. OLE color: 4740721.

HSL color Cylindrical-coordinate representation of color #715648: hue angle of 20.49º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #715648 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 86 72 -
CMYK 0 0.24 0.36 0.56
HSL 20.49º 0.22% 0.36% -
HSV(B) 20.49º 0.36% 0.44% -
XYZ 11.31 10.63 7.59 -
YUV 92.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 113 86 72 0 0.24 0.36 0.56 20.49 0.22 0.36
Hex 71 56 48 0 18 24 38 14 16 24
Octal 161 126 110 0 30 44 70 24 26 44
Binary 1110001 1010110 1001000 0 11000 100100 111000 10100 10110 100100

Color Harmonies of #715648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715648

Black with #715648

Text Example


Text Example

White with #715648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715648; }

 p { color: rgb(113,86,72); }

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

background-color css

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

 a { background-color: rgb(113,86,72); }

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

border-color css

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

 span { border-color: rgb(113,86,72); }

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