Html Css Color HEX #736A51 Peat

📋 copy color: '#736A51'

red 115 ◦ green 106 ◦ blue 81

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

Shades of Peat #736A51

Tints of Peat #736A51

RGB

 RED value IS 115 (45.31% from 255) = 38.08%

 GREEN value IS 106 (41.8% from 255) = 35.1%

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

R = 38.08%
G = 35.1%
B = 26.82%

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

#736A51 (or 0x736A51) is known color: Peat. HEX triplet: 73, 6A and 51. RGB value is (115,106,81). Sum of RGB (Red+Green+Blue) = 115+106+81=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 115 - color contains mainly: red. Hex color #736A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736A51 is #8C95AE. Grayscale: #696969. Windows color (decimal): -9213359 or 5335667. OLE color: 5335667.

HSL color Cylindrical-coordinate representation of color #736A51: hue angle of 44.12º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #736A51 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 106 81 -
CMYK 0 0.08 0.30 0.55
HSL 44.12º 0.17% 0.38% -
HSV(B) 44.12º 0.3% 0.45% -
XYZ 13.71 14.55 9.87 -
YUV 105.84 113.98 134.53 -
System Red Green Blue C M Y K H S L
Decimal 115 106 81 0 0.08 0.30 0.55 44.12 0.17 0.38
Hex 73 6A 51 0 8 1E 37 2C 11 26
Octal 163 152 121 0 10 36 67 54 21 46
Binary 1110011 1101010 1010001 0 1000 11110 110111 101100 10001 100110

Color Harmonies of #736A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A51

Black with #736A51

Text Example


Text Example

White with #736A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736A51; }

 p { color: rgb(115,106,81); }

 H1.HeaderClassName
 {
   color: #736A51;
 }
 .AnyTagClassName
 {
   color: #736A51;
 }
</style>

background-color css

<style>
 a { background-color: #736A51; }

 a { background-color: rgb(115,106,81); }

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

border-color css

<style>
 span { border-color: #736A51; }

 span { border-color: rgb(115,106,81); }

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