Html Css Color HEX #736B55 Peat

📋 copy color: '#736B55'

red 115 ◦ green 107 ◦ blue 85

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

Shades of Peat #736B55

Tints of Peat #736B55

RGB

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

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

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

R = 37.46%
G = 34.85%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#736B55 (or 0x736B55) is known color: Peat. HEX triplet: 73, 6B and 55. RGB value is (115,107,85). Sum of RGB (Red+Green+Blue) = 115+107+85=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 115 - color contains mainly: red. Hex color #736B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736B55 is #8C94AA. Grayscale: #6A6A6A. Windows color (decimal): -9213099 or 5598067. OLE color: 5598067.

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

Color convert

RGB 115 107 85 -
CMYK 0 0.07 0.26 0.55
HSL 44º 0.15% 0.39% -
HSV(B) 44º 0.26% 0.45% -
XYZ 13.97 14.82 10.72 -
YUV 106.88 115.65 133.79 -
System Red Green Blue C M Y K H S L
Decimal 115 107 85 0 0.07 0.26 0.55 44 0.15 0.39
Hex 73 6B 55 0 7 1A 37 2C F 27
Octal 163 153 125 0 7 32 67 54 17 47
Binary 1110011 1101011 1010101 0 111 11010 110111 101100 1111 100111

Color Harmonies of #736B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736B55

Black with #736B55

Text Example


Text Example

White with #736B55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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