Html Css Color HEX #736D56 Peat

📋 copy color: '#736D56'

red 115 ◦ green 109 ◦ blue 86

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

Shades of Peat #736D56

Tints of Peat #736D56

RGB

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

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

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

R = 37.1%
G = 35.16%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#736D56 (or 0x736D56) is known color: Peat. HEX triplet: 73, 6D and 56. RGB value is (115,109,86). Sum of RGB (Red+Green+Blue) = 115+109+86=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 109 (42.97% from 255 or 35.16% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 115 - color contains mainly: red. Hex color #736D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736D56 is #8C92A9. Grayscale: #6C6C6C. Windows color (decimal): -9212586 or 5664115. OLE color: 5664115.

HSL color Cylindrical-coordinate representation of color #736D56: hue angle of 47.59º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #736D56 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 109 86 -
CMYK 0 0.05 0.25 0.55
HSL 47.59º 0.14% 0.39% -
HSV(B) 47.59º 0.25% 0.45% -
XYZ 14.22 15.25 11 -
YUV 108.17 115.49 132.87 -
System Red Green Blue C M Y K H S L
Decimal 115 109 86 0 0.05 0.25 0.55 47.59 0.14 0.39
Hex 73 6D 56 0 5 19 37 30 E 27
Octal 163 155 126 0 5 31 67 60 16 47
Binary 1110011 1101101 1010110 0 101 11001 110111 110000 1110 100111

Color Harmonies of #736D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736D56

Black with #736D56

Text Example


Text Example

White with #736D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,109,86); }

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

background-color css

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

 a { background-color: rgb(115,109,86); }

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

border-color css

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

 span { border-color: rgb(115,109,86); }

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