#746A29

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

Shades of Crete #746A29

Tints of Crete #746A29

Color information

#746A29 (or 0x746A29) is unknown color: approx Crete. HEX triplet: 74, 6A and 29. RGB value is (116,106,41). Sum of RGB (Red+Green+Blue) = 116+106+41=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #746A29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A29 is #8B95D6. Grayscale: #656565. Windows color (decimal): -9147863 or 2714228. OLE color: 2714228.

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

Color convert

RGB11610641-
CMYK00.090.650.55
HSL52º47.77%30.78%-
HSV(B)52º64.66%45.49%-
XYZ12.7614.184.16-
YUV101.5893.81138.29-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 106 (41.80% from 255) = 40.30%
BLUE value IS 41 (16.41% from 255) = 15.59%
R=44.11%
G=40.30%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161064100.090.650.555247.7730.78
Hex746A2909413734301f
Octal1641525101110167646037
Binary1110100110101010100101001100000111011111010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,106,41); }

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

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

 a { background-color: rgb(116,106,41); }

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

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

 span { border-color: rgb(116,106,41); }

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