#71864E

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

Shades of Dingley #71864E

Tints of Dingley #71864E

Color information

#71864E (or 0x71864E) is unknown color: approx Dingley. HEX triplet: 71, 86 and 4E. RGB value is (113,134,78). Sum of RGB (Red+Green+Blue) = 113+134+78=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 134 - color contains mainly: green. Hex color #71864E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71864E is #8E79B1. Grayscale: #797979. Windows color (decimal): -9337266 or 5146225. OLE color: 5146225.

HSL color Cylindrical-coordinate representation of color #71864E: hue angle of 82.5º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71864E is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB11313478-
CMYK0.1600.420.47
HSL82.5º26.42%41.57%-
HSV(B)82.5º41.79%52.55%-
XYZ16.7121.1110.4-
YUV121.34103.54122.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.77%
GREEN value IS 134 (52.73% from 255) = 41.23%
BLUE value IS 78 (30.86% from 255) = 24%
R=34.77%
G=41.23%
B=24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113134780.1600.420.4782.526.4241.57
Hex71864E1002A2F531a2a
Octal16120611620052571233252
Binary1110001100001101001110100000101010101111101001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,134,78); }

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

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

 a { background-color: rgb(113,134,78); }

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

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

 span { border-color: rgb(113,134,78); }

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