#716F56

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

Shades of Kokoda #716F56

Tints of Kokoda #716F56

Color information

#716F56 (or 0x716F56) is unknown color: approx Kokoda. HEX triplet: 71, 6F and 56. RGB value is (113,111,86). Sum of RGB (Red+Green+Blue) = 113+111+86=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 113 - color contains mainly: red. Hex color #716F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F56 is #8E90A9. Grayscale: #6C6C6C. Windows color (decimal): -9343146 or 5664625. OLE color: 5664625.

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

Color convert

RGB11311186-
CMYK00.020.240.56
HSL55.56º13.57%39.02%-
HSV(B)55.56º23.89%44.31%-
XYZ14.1715.5511.06-
YUV108.75115.16131.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.45%
GREEN value IS 111 (43.75% from 255) = 35.81%
BLUE value IS 86 (33.98% from 255) = 27.74%
R=36.45%
G=35.81%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131118600.020.240.5655.5613.5739.02
Hex716F5602183838e27
Octal161157126023070701647
Binary111000111011111010110010110001110001110001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716F56; }

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

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

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

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

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

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

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

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