Html Css Color HEX #715444 Quincy

📋 copy color: '#715444'

red 113 ◦ green 84 ◦ blue 68

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

Shades of Quincy #715444

Tints of Quincy #715444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.66%

R = 42.64%
G = 31.7%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#715444 (or 0x715444) is known color: Quincy. HEX triplet: 71, 54 and 44. RGB value is (113,84,68). Sum of RGB (Red+Green+Blue) = 113+84+68=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #715444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715444 is #8EABBB. Grayscale: #5A5A5A. Windows color (decimal): -9350076 or 4478065. OLE color: 4478065.

HSL color Cylindrical-coordinate representation of color #715444: hue angle of 21.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #715444 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 84 68 -
CMYK 0 0.26 0.40 0.56
HSL 21.33º 0.25% 0.35% -
HSV(B) 21.33º 0.4% 0.44% -
XYZ 11.02 10.27 6.87 -
YUV 90.85 115.11 143.8 -
System Red Green Blue C M Y K H S L
Decimal 113 84 68 0 0.26 0.40 0.56 21.33 0.25 0.35
Hex 71 54 44 0 1A 28 38 15 19 23
Octal 161 124 104 0 32 50 70 25 31 43
Binary 1110001 1010100 1000100 0 11010 101000 111000 10101 11001 100011

Color Harmonies of #715444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715444

Black with #715444

Text Example


Text Example

White with #715444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715444; }

 p { color: rgb(113,84,68); }

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

background-color css

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

 a { background-color: rgb(113,84,68); }

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

border-color css

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

 span { border-color: rgb(113,84,68); }

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