#746B56

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

Shades of Peat #746B56

Tints of Peat #746B56

Color information

#746B56 (or 0x746B56) is unknown color: approx Peat. HEX triplet: 74, 6B and 56. RGB value is (116,107,86). Sum of RGB (Red+Green+Blue) = 116+107+86=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #746B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B56 is #8B94A9. Grayscale: #6B6B6B. Windows color (decimal): -9147562 or 5663604. OLE color: 5663604.

HSL color Cylindrical-coordinate representation of color #746B56: hue angle of 42º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #746B56 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB11610786-
CMYK00.080.260.55
HSL42º14.85%39.61%-
HSV(B)42º25.86%45.49%-
XYZ14.1414.910.93-
YUV107.3115.98134.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 107 (42.19% from 255) = 34.63%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=37.54%
G=34.63%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161078600.080.260.554214.8539.61
Hex746B56081A372af28
Octal1641531260103267521750
Binary11101001101011101011001000110101101111010101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,107,86); }

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

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

 a { background-color: rgb(116,107,86); }

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

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

 span { border-color: rgb(116,107,86); }

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