#716B31

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

Shades of Crete #716B31

Tints of Crete #716B31

Color information

#716B31 (or 0x716B31) is unknown color: approx Crete. HEX triplet: 71, 6B and 31. RGB value is (113,107,49). Sum of RGB (Red+Green+Blue) = 113+107+49=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #716B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B31 is #8E94CE. Grayscale: #666666. Windows color (decimal): -9344207 or 3238769. OLE color: 3238769.

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

Color convert

RGB11310749-
CMYK00.050.570.56
HSL54.38º39.51%31.76%-
HSV(B)54.38º56.64%44.31%-
XYZ12.6214.254.99-
YUV102.1897.99135.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.01%
GREEN value IS 107 (42.19% from 255) = 39.78%
BLUE value IS 49 (19.53% from 255) = 18.22%
R=42.01%
G=39.78%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131074900.050.570.5654.3839.5131.76
Hex716B31053938362820
Octal16115361057170665040
Binary111000111010111100010101111001111000110110101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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