Html Css Color HEX #736E55 Peat

📋 copy color: '#736E55'

red 115 ◦ green 110 ◦ blue 85

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

Shades of Peat #736E55

Tints of Peat #736E55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.42%

R = 37.1%
G = 35.48%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#736E55 (or 0x736E55) is known color: Peat. HEX triplet: 73, 6E and 55. RGB value is (115,110,85). Sum of RGB (Red+Green+Blue) = 115+110+85=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 115 - color contains mainly: red. Hex color #736E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736E55 is #8C91AA. Grayscale: #6C6C6C. Windows color (decimal): -9212331 or 5598835. OLE color: 5598835.

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

Color convert

RGB 115 110 85 -
CMYK 0 0.04 0.26 0.55
HSL 50º 0.15% 0.39% -
HSV(B) 50º 0.26% 0.45% -
XYZ 14.29 15.45 10.82 -
YUV 108.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 115 110 85 0 0.04 0.26 0.55 50 0.15 0.39
Hex 73 6E 55 0 4 1A 37 32 F 27
Octal 163 156 125 0 4 32 67 62 17 47
Binary 1110011 1101110 1010101 0 100 11010 110111 110010 1111 100111

Color Harmonies of #736E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736E55

Black with #736E55

Text Example


Text Example

White with #736E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,110,85); }

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

background-color css

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

 a { background-color: rgb(115,110,85); }

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

border-color css

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

 span { border-color: rgb(115,110,85); }

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