Html Css Color HEX #756E51 Peat

📋 copy color: '#756E51'

red 117 ◦ green 110 ◦ blue 81

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

Shades of Peat #756E51

Tints of Peat #756E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.3%

R = 37.99%
G = 35.71%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#756E51 (or 0x756E51) is known color: Peat. HEX triplet: 75, 6E and 51. RGB value is (117,110,81). Sum of RGB (Red+Green+Blue) = 117+110+81=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #756E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756E51 is #8A91AE. Grayscale: #6C6C6C. Windows color (decimal): -9081263 or 5336693. OLE color: 5336693.

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

Color convert

RGB 117 110 81 -
CMYK 0 0.06 0.31 0.54
HSL 48.33º 0.18% 0.39% -
HSV(B) 48.33º 0.31% 0.46% -
XYZ 14.4 15.53 10.02 -
YUV 108.79 112.32 133.86 -
System Red Green Blue C M Y K H S L
Decimal 117 110 81 0 0.06 0.31 0.54 48.33 0.18 0.39
Hex 75 6E 51 0 6 1F 36 30 12 27
Octal 165 156 121 0 6 37 66 60 22 47
Binary 1110101 1101110 1010001 0 110 11111 110110 110000 10010 100111

Color Harmonies of #756E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756E51

Black with #756E51

Text Example


Text Example

White with #756E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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