#716F55

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

Shades of Kokoda #716F55

Tints of Kokoda #716F55

Color information

#716F55 (or 0x716F55) is unknown color: approx Kokoda. HEX triplet: 71, 6F and 55. RGB value is (113,111,85). Sum of RGB (Red+Green+Blue) = 113+111+85=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 113 - color contains mainly: red. Hex color #716F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F55 is #8E90AA. Grayscale: #6C6C6C. Windows color (decimal): -9343147 or 5599089. OLE color: 5599089.

HSL color Cylindrical-coordinate representation of color #716F55: hue angle of 55.71º 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 #716F55 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB11311185-
CMYK00.020.250.56
HSL55.71º14.14%38.82%-
HSV(B)55.71º24.78%44.31%-
XYZ14.1315.5410.85-
YUV108.63114.66131.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 111 (43.75% from 255) = 35.92%
BLUE value IS 85 (33.59% from 255) = 27.51%
R=36.57%
G=35.92%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131118500.020.250.5655.7114.1438.82
Hex716F5502193838e27
Octal161157125023170701647
Binary111000111011111010101010110011110001110001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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