#716B2F

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

Shades of Crete #716B2F

Tints of Crete #716B2F

Color information

#716B2F (or 0x716B2F) is unknown color: approx Crete. HEX triplet: 71, 6B and 2F. RGB value is (113,107,47). Sum of RGB (Red+Green+Blue) = 113+107+47=267 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.32% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 113 - color contains mainly: red. Hex color #716B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #716B2F is #8E94D0. Grayscale: #666666. Windows color (decimal): -9344209 or 3107697. OLE color: 3107697.

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

Color convert

RGB11310747-
CMYK00.050.580.56
HSL54.55º41.25%31.37%-
HSV(B)54.55º58.41%44.31%-
XYZ12.5814.234.77-
YUV101.9596.99135.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.32%
GREEN value IS 107 (42.19% from 255) = 40.07%
BLUE value IS 47 (18.75% from 255) = 17.60%
R=42.32%
G=40.07%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131074700.050.580.5654.5541.2531.37
Hex716B2F053A3837291f
Octal16115357057270675137
Binary11100011101011101111010111101011100011011110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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