#71895E

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

Shades of Highland #71895E

Tints of Highland #71895E

Color information

#71895E (or 0x71895E) is unknown color: approx Highland. HEX triplet: 71, 89 and 5E. RGB value is (113,137,94). Sum of RGB (Red+Green+Blue) = 113+137+94=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #71895E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71895E is #8E76A1. Grayscale: #7D7D7D. Windows color (decimal): -9336482 or 6195569. OLE color: 6195569.

HSL color Cylindrical-coordinate representation of color #71895E: hue angle of 93.49º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #71895E is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB11313794-
CMYK0.1800.310.46
HSL93.49º18.61%45.29%-
HSV(B)93.49º31.39%53.73%-
XYZ17.7822.2113.94-
YUV124.92110.55119.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 137 (53.91% from 255) = 39.83%
BLUE value IS 94 (37.11% from 255) = 27.33%
R=32.85%
G=39.83%
B=27.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113137940.1800.310.4693.4918.6145.29
Hex71895E1201F2E5d132d
Octal16121113622037561352355
Binary111000110001001101111010010011111101110101110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71895E; }

 p { color: rgb(113,137,94); }

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

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

 a { background-color: rgb(113,137,94); }

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

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

 span { border-color: rgb(113,137,94); }

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