Html Css Color HEX #715442 Quincy

📋 copy color: '#715442'

red 113 ◦ green 84 ◦ blue 66

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

Shades of Quincy #715442

Tints of Quincy #715442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.1%

R = 42.97%
G = 31.94%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#715442 (or 0x715442) is known color: Quincy. HEX triplet: 71, 54 and 42. RGB value is (113,84,66). Sum of RGB (Red+Green+Blue) = 113+84+66=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 84 (33.20% from 255 or 31.94% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #715442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715442 is #8EABBD. Grayscale: #5A5A5A. Windows color (decimal): -9350078 or 4346993. OLE color: 4346993.

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

Color convert

RGB 113 84 66 -
CMYK 0 0.26 0.42 0.56
HSL 22.98º 0.26% 0.35% -
HSV(B) 22.98º 0.42% 0.44% -
XYZ 10.96 10.24 6.55 -
YUV 90.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 113 84 66 0 0.26 0.42 0.56 22.98 0.26 0.35
Hex 71 54 42 0 1A 2A 38 17 1A 23
Octal 161 124 102 0 32 52 70 27 32 43
Binary 1110001 1010100 1000010 0 11010 101010 111000 10111 11010 100011

Color Harmonies of #715442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715442

Black with #715442

Text Example


Text Example

White with #715442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715442; }

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

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

background-color css

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

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

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

border-color css

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

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

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