#746D2F

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

Shades of Crete #746D2F

Tints of Crete #746D2F

Color information

#746D2F (or 0x746D2F) is unknown color: approx Crete. HEX triplet: 74, 6D and 2F. RGB value is (116,109,47). Sum of RGB (Red+Green+Blue) = 116+109+47=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #746D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D2F is #8B92D0. Grayscale: #686868. Windows color (decimal): -9147089 or 3108212. OLE color: 3108212.

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

Color convert

RGB11610947-
CMYK00.060.590.55
HSL53.91º42.33%31.96%-
HSV(B)53.91º59.48%45.49%-
XYZ13.1814.864.86-
YUV104.0295.82136.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.65%
GREEN value IS 109 (42.97% from 255) = 40.07%
BLUE value IS 47 (18.75% from 255) = 17.28%
R=42.65%
G=40.07%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161094700.060.590.5553.9142.3331.96
Hex746D2F063B37362a20
Octal16415557067367665240
Binary111010011011011011110110111011110111110110101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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