#746F35

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

Shades of Crete #746F35

Tints of Crete #746F35

Color information

#746F35 (or 0x746F35) is unknown color: approx Crete. HEX triplet: 74, 6F and 35. RGB value is (116,111,53). Sum of RGB (Red+Green+Blue) = 116+111+53=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #746F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F35 is #8B90CA. Grayscale: #6A6A6A. Windows color (decimal): -9146571 or 3501940. OLE color: 3501940.

HSL color Cylindrical-coordinate representation of color #746F35: hue angle of 55.24º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #746F35 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB11611153-
CMYK00.040.540.55
HSL55.24º37.28%33.14%-
HSV(B)55.24º54.31%45.49%-
XYZ13.5315.345.62-
YUV105.8898.16135.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 111 (43.75% from 255) = 39.64%
BLUE value IS 53 (21.09% from 255) = 18.93%
R=41.43%
G=39.64%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161115300.040.540.5555.2437.2833.14
Hex746F35043637372521
Octal16415765046667674541
Binary111010011011111101010100110110110111110111100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,111,53); }

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

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

 a { background-color: rgb(116,111,53); }

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

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

 span { border-color: rgb(116,111,53); }

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