#746E2C

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

Shades of Crete #746E2C

Tints of Crete #746E2C

Color information

#746E2C (or 0x746E2C) is unknown color: approx Crete. HEX triplet: 74, 6E and 2C. RGB value is (116,110,44). Sum of RGB (Red+Green+Blue) = 116+110+44=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 110 (43.36% from 255 or 40.74% from 270); Blue value is 44 (17.58% from 255 or 16.30% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #746E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E2C is #8B91D3. Grayscale: #686868. Windows color (decimal): -9146836 or 2911860. OLE color: 2911860.

HSL color Cylindrical-coordinate representation of color #746E2C: hue angle of 55º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #746E2C is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB11611044-
CMYK00.050.620.55
HSL55º45%31.37%-
HSV(B)55º62.07%45.49%-
XYZ13.2315.054.59-
YUV104.2793.99136.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.96%
GREEN value IS 110 (43.36% from 255) = 40.74%
BLUE value IS 44 (17.58% from 255) = 16.30%
R=42.96%
G=40.74%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161104400.050.620.55554531.37
Hex746E2C053E37372d1f
Octal16415654057667675537
Binary11101001101110101100010111111011011111011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,110,44); }

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

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

 a { background-color: rgb(116,110,44); }

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

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

 span { border-color: rgb(116,110,44); }

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