Html Css Color HEX #715544 Quincy

📋 copy color: '#715544'

red 113 ◦ green 85 ◦ blue 68

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

Shades of Quincy #715544

Tints of Quincy #715544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.95%

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

R = 42.48%
G = 31.95%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#715544 (or 0x715544) is known color: Quincy. HEX triplet: 71, 55 and 44. RGB value is (113,85,68). Sum of RGB (Red+Green+Blue) = 113+85+68=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 68 (26.95% from 255 or 25.56% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #715544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715544 is #8EAABB. Grayscale: #5B5B5B. Windows color (decimal): -9349820 or 4478321. OLE color: 4478321.

HSL color Cylindrical-coordinate representation of color #715544: hue angle of 22.67º 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 #715544 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 85 68 -
CMYK 0 0.25 0.40 0.56
HSL 22.67º 0.25% 0.35% -
HSV(B) 22.67º 0.4% 0.44% -
XYZ 11.1 10.43 6.9 -
YUV 91.43 114.78 143.38 -
System Red Green Blue C M Y K H S L
Decimal 113 85 68 0 0.25 0.40 0.56 22.67 0.25 0.35
Hex 71 55 44 0 19 28 38 17 19 23
Octal 161 125 104 0 31 50 70 27 31 43
Binary 1110001 1010101 1000100 0 11001 101000 111000 10111 11001 100011

Color Harmonies of #715544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715544

Black with #715544

Text Example


Text Example

White with #715544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715544; }

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

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

background-color css

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

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

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

border-color css

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

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

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