#746C51

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

Shades of Peat #746C51

Tints of Peat #746C51

Color information

#746C51 (or 0x746C51) is unknown color: approx Peat. HEX triplet: 74, 6C and 51. RGB value is (116,108,81). Sum of RGB (Red+Green+Blue) = 116+108+81=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #746C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746C51 is #8B93AE. Grayscale: #6B6B6B. Windows color (decimal): -9147311 or 5336180. OLE color: 5336180.

HSL color Cylindrical-coordinate representation of color #746C51: hue angle of 46.29º 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 #746C51 is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB11610881-
CMYK00.070.300.55
HSL46.29º17.77%38.63%-
HSV(B)46.29º30.17%45.49%-
XYZ14.0515.039.95-
YUV107.31113.15134.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 108 (42.58% from 255) = 35.41%
BLUE value IS 81 (32.03% from 255) = 26.56%
R=38.03%
G=35.41%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161088100.070.300.5546.2917.7738.63
Hex746C51071E372e1227
Octal164154121073667562247
Binary11101001101100101000101111111011011110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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