Html Css Color HEX #715556 Falcon

📋 copy color: '#715556'

red 113 ◦ green 85 ◦ blue 86

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

Shades of Falcon #715556

Tints of Falcon #715556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.28%

R = 39.79%
G = 29.93%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#715556 (or 0x715556) is known color: Falcon. HEX triplet: 71, 55 and 56. RGB value is (113,85,86). Sum of RGB (Red+Green+Blue) = 113+85+86=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 113 - color contains mainly: red. Hex color #715556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715556 is #8EAAA9. Grayscale: #5D5D5D. Windows color (decimal): -9349802 or 5657969. OLE color: 5657969.

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

Color convert

RGB 113 85 86 -
CMYK 0 0.25 0.24 0.56
HSL 357.86º 0.14% 0.39% -
HSV(B) 357.86º 0.25% 0.44% -
XYZ 11.74 10.68 10.25 -
YUV 93.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 113 85 86 0 0.25 0.24 0.56 357.86 0.14 0.39
Hex 71 55 56 0 19 18 38 166 E 27
Octal 161 125 126 0 31 30 70 546 16 47
Binary 1110001 1010101 1010110 0 11001 11000 111000 101100110 1110 100111

Color Harmonies of #715556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715556

Black with #715556

Text Example


Text Example

White with #715556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715556; }

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

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

background-color css

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

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

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

border-color css

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

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

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