Html Css Color HEX #736B54 Peat

📋 copy color: '#736B54'

red 115 ◦ green 107 ◦ blue 84

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

Shades of Peat #736B54

Tints of Peat #736B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.45%

R = 37.58%
G = 34.97%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#736B54 (or 0x736B54) is known color: Peat. HEX triplet: 73, 6B and 54. RGB value is (115,107,84). Sum of RGB (Red+Green+Blue) = 115+107+84=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 107 (42.19% from 255 or 34.97% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 115 - color contains mainly: red. Hex color #736B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B54 is #8C94AB. Grayscale: #6A6A6A. Windows color (decimal): -9213100 or 5532531. OLE color: 5532531.

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

Color convert

RGB 115 107 84 -
CMYK 0 0.07 0.27 0.55
HSL 44.52º 0.16% 0.39% -
HSV(B) 44.52º 0.27% 0.45% -
XYZ 13.93 14.8 10.51 -
YUV 106.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 115 107 84 0 0.07 0.27 0.55 44.52 0.16 0.39
Hex 73 6B 54 0 7 1B 37 2D 10 27
Octal 163 153 124 0 7 33 67 55 20 47
Binary 1110011 1101011 1010100 0 111 11011 110111 101101 10000 100111

Color Harmonies of #736B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736B54

Black with #736B54

Text Example


Text Example

White with #736B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,107,84); }

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

background-color css

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

 a { background-color: rgb(115,107,84); }

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

border-color css

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

 span { border-color: rgb(115,107,84); }

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