Html Css Color HEX #715545 Quincy

📋 copy color: '#715545'

red 113 ◦ green 85 ◦ blue 69

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

Shades of Quincy #715545

Tints of Quincy #715545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.84%

R = 42.32%
G = 31.84%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#715545 (or 0x715545) is known color: Quincy. HEX triplet: 71, 55 and 45. RGB value is (113,85,69). Sum of RGB (Red+Green+Blue) = 113+85+69=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #715545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715545 is #8EAABA. Grayscale: #5B5B5B. Windows color (decimal): -9349819 or 4543857. OLE color: 4543857.

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

Color convert

RGB 113 85 69 -
CMYK 0 0.25 0.39 0.56
HSL 21.82º 0.24% 0.36% -
HSV(B) 21.82º 0.39% 0.44% -
XYZ 11.13 10.44 7.06 -
YUV 91.55 115.28 143.3 -
System Red Green Blue C M Y K H S L
Decimal 113 85 69 0 0.25 0.39 0.56 21.82 0.24 0.36
Hex 71 55 45 0 19 27 38 16 18 24
Octal 161 125 105 0 31 47 70 26 30 44
Binary 1110001 1010101 1000101 0 11001 100111 111000 10110 11000 100100

Color Harmonies of #715545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715545

Black with #715545

Text Example


Text Example

White with #715545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715545; }

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

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

background-color css

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

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

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

border-color css

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

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

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