Html Css Color HEX #736C56 Peat

📋 copy color: '#736C56'

red 115 ◦ green 108 ◦ blue 86

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

Shades of Peat #736C56

Tints of Peat #736C56

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.95%

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

R = 37.22%
G = 34.95%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#736C56 (or 0x736C56) is known color: Peat. HEX triplet: 73, 6C and 56. RGB value is (115,108,86). Sum of RGB (Red+Green+Blue) = 115+108+86=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #736C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C56 is #8C93A9. Grayscale: #6B6B6B. Windows color (decimal): -9212842 or 5663859. OLE color: 5663859.

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

Color convert

RGB 115 108 86 -
CMYK 0 0.06 0.25 0.55
HSL 45.52º 0.14% 0.39% -
HSV(B) 45.52º 0.25% 0.45% -
XYZ 14.11 15.04 10.96 -
YUV 107.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 115 108 86 0 0.06 0.25 0.55 45.52 0.14 0.39
Hex 73 6C 56 0 6 19 37 2E E 27
Octal 163 154 126 0 6 31 67 56 16 47
Binary 1110011 1101100 1010110 0 110 11001 110111 101110 1110 100111

Color Harmonies of #736C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C56

Black with #736C56

Text Example


Text Example

White with #736C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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