Html Css Color HEX #756E59 Peat

📋 copy color: '#756E59'

red 117 ◦ green 110 ◦ blue 89

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

Shades of Peat #756E59

Tints of Peat #756E59

RGB

 RED value IS 117 (46.09% from 255) = 37.03%

 GREEN value IS 110 (43.36% from 255) = 34.81%

 BLUE value IS 89 (35.16% from 255) = 28.16%

R = 37.03%
G = 34.81%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#756E59 (or 0x756E59) is known color: Peat. HEX triplet: 75, 6E and 59. RGB value is (117,110,89). Sum of RGB (Red+Green+Blue) = 117+110+89=316 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.03% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 117 - color contains mainly: red. Hex color #756E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E59 is #8A91A6. Grayscale: #6D6D6D. Windows color (decimal): -9081255 or 5860981. OLE color: 5860981.

HSL color Cylindrical-coordinate representation of color #756E59: hue angle of 45º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #756E59 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 110 89 -
CMYK 0 0.06 0.24 0.54
HSL 45º 0.14% 0.4% -
HSV(B) 45º 0.24% 0.46% -
XYZ 14.72 15.66 11.7 -
YUV 109.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 117 110 89 0 0.06 0.24 0.54 45 0.14 0.4
Hex 75 6E 59 0 6 18 36 2D E 28
Octal 165 156 131 0 6 30 66 55 16 50
Binary 1110101 1101110 1011001 0 110 11000 110110 101101 1110 101000

Color Harmonies of #756E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E59

Black with #756E59

Text Example


Text Example

White with #756E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756E59; }

 p { color: rgb(117,110,89); }

 H1.HeaderClassName
 {
   color: #756E59;
 }
 .AnyTagClassName
 {
   color: #756E59;
 }
</style>

background-color css

<style>
 a { background-color: #756E59; }

 a { background-color: rgb(117,110,89); }

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

border-color css

<style>
 span { border-color: #756E59; }

 span { border-color: rgb(117,110,89); }

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