Html Css Color HEX #746D51 Peat

📋 copy color: '#746D51'

red 116 ◦ green 109 ◦ blue 81

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

Shades of Peat #746D51

Tints of Peat #746D51

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.62%

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

R = 37.91%
G = 35.62%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#746D51 (or 0x746D51) is known color: Peat. HEX triplet: 74, 6D and 51. RGB value is (116,109,81). Sum of RGB (Red+Green+Blue) = 116+109+81=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #746D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746D51 is #8B92AE. Grayscale: #6C6C6C. Windows color (decimal): -9147055 or 5336436. OLE color: 5336436.

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

Color convert

RGB 116 109 81 -
CMYK 0 0.06 0.30 0.55
HSL 48º 0.18% 0.39% -
HSV(B) 48º 0.3% 0.45% -
XYZ 14.16 15.24 9.98 -
YUV 107.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 116 109 81 0 0.06 0.30 0.55 48 0.18 0.39
Hex 74 6D 51 0 6 1E 37 30 12 27
Octal 164 155 121 0 6 36 67 60 22 47
Binary 1110100 1101101 1010001 0 110 11110 110111 110000 10010 100111

Color Harmonies of #746D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746D51

Black with #746D51

Text Example


Text Example

White with #746D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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