#716B39

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

Shades of Crete #716B39

Tints of Crete #716B39

Color information

#716B39 (or 0x716B39) is unknown color: approx Crete. HEX triplet: 71, 6B and 39. RGB value is (113,107,57). Sum of RGB (Red+Green+Blue) = 113+107+57=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 113 - color contains mainly: red. Hex color #716B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B39 is #8E94C6. Grayscale: #676767. Windows color (decimal): -9344199 or 3763057. OLE color: 3763057.

HSL color Cylindrical-coordinate representation of color #716B39: hue angle of 53.57º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #716B39 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB11310757-
CMYK00.050.500.56
HSL53.57º32.94%33.33%-
HSV(B)53.57º49.56%44.31%-
XYZ12.8114.325.96-
YUV103.09101.99135.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 40.79%
GREEN value IS 107 (42.19% from 255) = 38.63%
BLUE value IS 57 (22.66% from 255) = 20.58%
R=40.79%
G=38.63%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131075700.050.500.5653.5732.9433.33
Hex716B39053238362121
Octal16115371056270664141
Binary111000111010111110010101110010111000110110100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,107,57); }

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

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

 a { background-color: rgb(113,107,57); }

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

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

 span { border-color: rgb(113,107,57); }

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