#716D3A

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

Shades of Crete #716D3A

Tints of Crete #716D3A

Color information

#716D3A (or 0x716D3A) is unknown color: approx Crete. HEX triplet: 71, 6D and 3A. RGB value is (113,109,58). Sum of RGB (Red+Green+Blue) = 113+109+58=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #716D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716D3A is #8E92C5. Grayscale: #686868. Windows color (decimal): -9343686 or 3829105. OLE color: 3829105.

HSL color Cylindrical-coordinate representation of color #716D3A: hue angle of 55.64º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #716D3A is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB11310958-
CMYK00.040.490.56
HSL55.64º32.16%33.53%-
HSV(B)55.64º48.67%44.31%-
XYZ13.0414.756.16-
YUV104.38101.83134.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.36%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 58 (23.05% from 255) = 20.71%
R=40.36%
G=38.93%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131095800.040.490.5655.6432.1633.53
Hex716D3A043138382022
Octal16115572046170704042
Binary111000111011011110100100110001111000111000100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,109,58); }

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

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

 a { background-color: rgb(113,109,58); }

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

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

 span { border-color: rgb(113,109,58); }

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