#715645

Color #715645 Quincy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quincy #715645

Tints of Quincy #715645

Color information

#715645 (or 0x715645) is unknown color: approx Quincy. HEX triplet: 71, 56 and 45. RGB value is (113,86,69). Sum of RGB (Red+Green+Blue) = 113+86+69=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #715645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715645 is #8EA9BA. Grayscale: #5C5C5C. Windows color (decimal): -9349563 or 4544113. OLE color: 4544113.

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

Color convert

RGB1138669-
CMYK00.240.390.56
HSL23.18º24.18%35.69%-
HSV(B)23.18º38.94%44.31%-
XYZ11.2110.67.08-
YUV92.14114.95142.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.16%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=42.16%
G=32.09%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113866900.240.390.5623.1824.1835.69
Hex7156450182738171824
Octal1611261050304770273044
Binary1110001101011010001010110001001111110001011111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715645; }

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

 H1.HeaderClassName
 {
   color: #715645;
 }
 .AnyTagClassName
 {
   color: #715645;
 }
</style>
background-color css

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

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

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

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

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

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