Html Css Color HEX #736C55 Peat

📋 copy color: '#736C55'

red 115 ◦ green 108 ◦ blue 85

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

Shades of Peat #736C55

Tints of Peat #736C55

RGB

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

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

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

R = 37.34%
G = 35.06%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#736C55 (or 0x736C55) is known color: Peat. HEX triplet: 73, 6C and 55. RGB value is (115,108,85). Sum of RGB (Red+Green+Blue) = 115+108+85=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 108 (42.58% from 255 or 35.06% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #736C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736C55 is #8C93AA. Grayscale: #6B6B6B. Windows color (decimal): -9212843 or 5598323. OLE color: 5598323.

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

Color convert

RGB 115 108 85 -
CMYK 0 0.06 0.26 0.55
HSL 46º 0.15% 0.39% -
HSV(B) 46º 0.26% 0.45% -
XYZ 14.07 15.03 10.75 -
YUV 107.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 115 108 85 0 0.06 0.26 0.55 46 0.15 0.39
Hex 73 6C 55 0 6 1A 37 2E F 27
Octal 163 154 125 0 6 32 67 56 17 47
Binary 1110011 1101100 1010101 0 110 11010 110111 101110 1111 100111

Color Harmonies of #736C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C55

Black with #736C55

Text Example


Text Example

White with #736C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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