Html Css Color HEX #746E56 Peat

📋 copy color: '#746E56'

red 116 ◦ green 110 ◦ blue 86

#746E56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peat #746E56

Tints of Peat #746E56

RGB

 RED value IS 116 (45.7% from 255) = 37.18%

 GREEN value IS 110 (43.36% from 255) = 35.26%

 BLUE value IS 86 (33.98% from 255) = 27.56%

R = 37.18%
G = 35.26%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#746E56 (or 0x746E56) is known color: Peat. HEX triplet: 74, 6E and 56. RGB value is (116,110,86). Sum of RGB (Red+Green+Blue) = 116+110+86=312 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.18% from 312); Green value is 110 (43.36% from 255 or 35.26% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 116 - color contains mainly: red. Hex color #746E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E56 is #8B91A9. Grayscale: #6D6D6D. Windows color (decimal): -9146794 or 5664372. OLE color: 5664372.

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

Color convert

RGB 116 110 86 -
CMYK 0 0.05 0.26 0.55
HSL 48º 0.15% 0.4% -
HSV(B) 48º 0.26% 0.45% -
XYZ 14.46 15.54 11.04 -
YUV 109.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 116 110 86 0 0.05 0.26 0.55 48 0.15 0.4
Hex 74 6E 56 0 5 1A 37 30 F 28
Octal 164 156 126 0 5 32 67 60 17 50
Binary 1110100 1101110 1010110 0 101 11010 110111 110000 1111 101000

Color Harmonies of #746E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E56

Black with #746E56

Text Example


Text Example

White with #746E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #746E56;
 }
 .AnyTagClassName
 {
   color: #746E56;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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