Html Css Color HEX #715846 Quincy

📋 copy color: '#715846'

red 113 ◦ green 88 ◦ blue 70

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

Shades of Quincy #715846

Tints of Quincy #715846

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.47%

 BLUE value IS 70 (27.73% from 255) = 25.83%

R = 41.7%
G = 32.47%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#715846 (or 0x715846) is known color: Quincy. HEX triplet: 71, 58 and 46. RGB value is (113,88,70). Sum of RGB (Red+Green+Blue) = 113+88+70=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 88 (34.77% from 255 or 32.47% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #715846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715846 is #8EA7B9. Grayscale: #5D5D5D. Windows color (decimal): -9349050 or 4610161. OLE color: 4610161.

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

Color convert

RGB 113 88 70 -
CMYK 0 0.22 0.38 0.56
HSL 25.12º 0.23% 0.36% -
HSV(B) 25.12º 0.38% 0.44% -
XYZ 11.41 10.93 7.3 -
YUV 93.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 113 88 70 0 0.22 0.38 0.56 25.12 0.23 0.36
Hex 71 58 46 0 16 26 38 19 17 24
Octal 161 130 106 0 26 46 70 31 27 44
Binary 1110001 1011000 1000110 0 10110 100110 111000 11001 10111 100100

Color Harmonies of #715846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715846

Black with #715846

Text Example


Text Example

White with #715846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715846; }

 p { color: rgb(113,88,70); }

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

background-color css

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

 a { background-color: rgb(113,88,70); }

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

border-color css

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

 span { border-color: rgb(113,88,70); }

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