Html Css Color HEX #746E51 Peat

📋 copy color: '#746E51'

red 116 ◦ green 110 ◦ blue 81

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

Shades of Peat #746E51

Tints of Peat #746E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.38%

R = 37.79%
G = 35.83%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#746E51 (or 0x746E51) is known color: Peat. HEX triplet: 74, 6E and 51. RGB value is (116,110,81). Sum of RGB (Red+Green+Blue) = 116+110+81=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #746E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746E51 is #8B91AE. Grayscale: #6C6C6C. Windows color (decimal): -9146799 or 5336692. OLE color: 5336692.

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

Color convert

RGB 116 110 81 -
CMYK 0 0.05 0.30 0.55
HSL 49.71º 0.18% 0.39% -
HSV(B) 49.71º 0.3% 0.45% -
XYZ 14.26 15.46 10.02 -
YUV 108.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 116 110 81 0 0.05 0.30 0.55 49.71 0.18 0.39
Hex 74 6E 51 0 5 1E 37 32 12 27
Octal 164 156 121 0 5 36 67 62 22 47
Binary 1110100 1101110 1010001 0 101 11110 110111 110010 10010 100111

Color Harmonies of #746E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E51

Black with #746E51

Text Example


Text Example

White with #746E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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