#716C32

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

Shades of Crete #716C32

Tints of Crete #716C32

Color information

#716C32 (or 0x716C32) is unknown color: approx Crete. HEX triplet: 71, 6C and 32. RGB value is (113,108,50). Sum of RGB (Red+Green+Blue) = 113+108+50=271 (35% of max value = 765). Red value is 113 (44.53% from 255 or 41.70% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 113 - color contains mainly: red. Hex color #716C32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716C32 is #8E93CD. Grayscale: #676767. Windows color (decimal): -9343950 or 3304561. OLE color: 3304561.

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

Color convert

RGB11310850-
CMYK00.040.560.56
HSL55.24º38.65%31.96%-
HSV(B)55.24º55.75%44.31%-
XYZ12.7514.475.14-
YUV102.8898.16135.22-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 41.70%
GREEN value IS 108 (42.58% from 255) = 39.85%
BLUE value IS 50 (19.92% from 255) = 18.45%
R=41.70%
G=39.85%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131085000.040.560.5655.2438.6531.96
Hex716C32043838372720
Octal16115462047070674740
Binary111000111011001100100100111000111000110111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,108,50); }

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

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

 a { background-color: rgb(113,108,50); }

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

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

 span { border-color: rgb(113,108,50); }

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