#716E3A

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

Shades of Crete #716E3A

Tints of Crete #716E3A

Color information

#716E3A (or 0x716E3A) is unknown color: approx Crete. HEX triplet: 71, 6E and 3A. RGB value is (113,110,58). Sum of RGB (Red+Green+Blue) = 113+110+58=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #716E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716E3A is #8E91C5. Grayscale: #696969. Windows color (decimal): -9343430 or 3829361. OLE color: 3829361.

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

Color convert

RGB11311058-
CMYK00.030.490.56
HSL56.73º32.16%33.53%-
HSV(B)56.73º48.67%44.31%-
XYZ13.1514.976.2-
YUV104.97101.49133.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.21%
GREEN value IS 110 (43.36% from 255) = 39.15%
BLUE value IS 58 (23.05% from 255) = 20.64%
R=40.21%
G=39.15%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131105800.030.490.5656.7332.1633.53
Hex716E3A033138392022
Octal16115672036170714042
Binary11100011101110111010011110001111000111001100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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