Html Css Color HEX #746B51 Peat

📋 copy color: '#746B51'

red 116 ◦ green 107 ◦ blue 81

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

Shades of Peat #746B51

Tints of Peat #746B51

RGB

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

 GREEN value IS 107 (42.19% from 255) = 35.2%

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

R = 38.16%
G = 35.2%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#746B51 (or 0x746B51) is known color: Peat. HEX triplet: 74, 6B and 51. RGB value is (116,107,81). Sum of RGB (Red+Green+Blue) = 116+107+81=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 116 - color contains mainly: red. Hex color #746B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746B51 is #8B94AE. Grayscale: #6A6A6A. Windows color (decimal): -9147567 or 5335924. OLE color: 5335924.

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

Color convert

RGB 116 107 81 -
CMYK 0 0.08 0.30 0.55
HSL 44.57º 0.18% 0.39% -
HSV(B) 44.57º 0.3% 0.45% -
XYZ 13.95 14.82 9.91 -
YUV 106.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 116 107 81 0 0.08 0.30 0.55 44.57 0.18 0.39
Hex 74 6B 51 0 8 1E 37 2D 12 27
Octal 164 153 121 0 10 36 67 55 22 47
Binary 1110100 1101011 1010001 0 1000 11110 110111 101101 10010 100111

Color Harmonies of #746B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746B51

Black with #746B51

Text Example


Text Example

White with #746B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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