#746E2D

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

Shades of Crete #746E2D

Tints of Crete #746E2D

Color information

#746E2D (or 0x746E2D) is unknown color: approx Crete. HEX triplet: 74, 6E and 2D. RGB value is (116,110,45). Sum of RGB (Red+Green+Blue) = 116+110+45=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #746E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746E2D is #8B91D2. Grayscale: #686868. Windows color (decimal): -9146835 or 2977396. OLE color: 2977396.

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

Color convert

RGB11611045-
CMYK00.050.610.55
HSL54.93º44.1%31.57%-
HSV(B)54.93º61.21%45.49%-
XYZ13.2515.054.69-
YUV104.3894.49136.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 110 (43.36% from 255) = 40.59%
BLUE value IS 45 (17.97% from 255) = 16.61%
R=42.80%
G=40.59%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161104500.050.610.5554.9344.131.57
Hex746E2D053D37372c20
Octal16415655057567675440
Binary111010011011101011010101111101110111110111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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