Html Css Color HEX #716A58 Peat

📋 copy color: '#716A58'

red 113 ◦ green 106 ◦ blue 88

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

Shades of Peat #716A58

Tints of Peat #716A58

RGB

 RED value IS 113 (44.53% from 255) = 36.81%

 GREEN value IS 106 (41.8% from 255) = 34.53%

 BLUE value IS 88 (34.77% from 255) = 28.66%

R = 36.81%
G = 34.53%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#716A58 (or 0x716A58) is known color: Peat. HEX triplet: 71, 6A and 58. RGB value is (113,106,88). Sum of RGB (Red+Green+Blue) = 113+106+88=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 113 - color contains mainly: red. Hex color #716A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716A58 is #8E95A7. Grayscale: #6A6A6A. Windows color (decimal): -9344424 or 5794417. OLE color: 5794417.

HSL color Cylindrical-coordinate representation of color #716A58: hue angle of 43.2º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #716A58 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 106 88 -
CMYK 0 0.06 0.22 0.56
HSL 43.2º 0.12% 0.39% -
HSV(B) 43.2º 0.22% 0.44% -
XYZ 13.73 14.52 11.31 -
YUV 106.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 113 106 88 0 0.06 0.22 0.56 43.2 0.12 0.39
Hex 71 6A 58 0 6 16 38 2B C 27
Octal 161 152 130 0 6 26 70 53 14 47
Binary 1110001 1101010 1011000 0 110 10110 111000 101011 1100 100111

Color Harmonies of #716A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716A58

Black with #716A58

Text Example


Text Example

White with #716A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716A58; }

 p { color: rgb(113,106,88); }

 H1.HeaderClassName
 {
   color: #716A58;
 }
 .AnyTagClassName
 {
   color: #716A58;
 }
</style>

background-color css

<style>
 a { background-color: #716A58; }

 a { background-color: rgb(113,106,88); }

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

border-color css

<style>
 span { border-color: #716A58; }

 span { border-color: rgb(113,106,88); }

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