#746D31

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

Shades of Crete #746D31

Tints of Crete #746D31

Color information

#746D31 (or 0x746D31) is unknown color: approx Crete. HEX triplet: 74, 6D and 31. RGB value is (116,109,49). Sum of RGB (Red+Green+Blue) = 116+109+49=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 49 (19.53% from 255 or 17.88% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #746D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D31 is #8B92CE. Grayscale: #686868. Windows color (decimal): -9147087 or 3239284. OLE color: 3239284.

HSL color Cylindrical-coordinate representation of color #746D31: hue angle of 53.73º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #746D31 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB11610949-
CMYK00.060.580.55
HSL53.73º40.61%32.35%-
HSV(B)53.73º57.76%45.49%-
XYZ13.2314.875.08-
YUV104.2596.82136.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.34%
GREEN value IS 109 (42.97% from 255) = 39.78%
BLUE value IS 49 (19.53% from 255) = 17.88%
R=42.34%
G=39.78%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161094900.060.580.5553.7340.6132.35
Hex746D31063A37362920
Octal16415561067267665140
Binary111010011011011100010110111010110111110110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746D31; }

 p { color: rgb(116,109,49); }

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

<style>
 a { background-color: #746D31; }

 a { background-color: rgb(116,109,49); }

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

<style>
 span { border-color: #746D31; }

 span { border-color: rgb(116,109,49); }

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