#746A51

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

Shades of Peat #746A51

Tints of Peat #746A51

Color information

#746A51 (or 0x746A51) is unknown color: approx Peat. HEX triplet: 74, 6A and 51. RGB value is (116,106,81). Sum of RGB (Red+Green+Blue) = 116+106+81=303 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.28% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 116 - color contains mainly: red. Hex color #746A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A51 is #8B95AE. Grayscale: #6A6A6A. Windows color (decimal): -9147823 or 5335668. OLE color: 5335668.

HSL color Cylindrical-coordinate representation of color #746A51: hue angle of 42.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #746A51 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB11610681-
CMYK00.090.300.55
HSL42.86º17.77%38.63%-
HSV(B)42.86º30.17%45.49%-
XYZ13.8414.629.88-
YUV106.14113.81135.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.28%
GREEN value IS 106 (41.80% from 255) = 34.98%
BLUE value IS 81 (32.03% from 255) = 26.73%
R=38.28%
G=34.98%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161068100.090.300.5542.8617.7738.63
Hex746A51091E372b1227
Octal1641521210113667532247
Binary111010011010101010001010011111011011110101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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