Html Css Color HEX #796C51 Peat

📋 copy color: '#796C51'

red 121 ◦ green 108 ◦ blue 81

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

Shades of Peat #796C51

Tints of Peat #796C51

RGB

 RED value IS 121 (47.66% from 255) = 39.03%

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

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

R = 39.03%
G = 34.84%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#796C51 (or 0x796C51) is known color: Peat. HEX triplet: 79, 6C and 51. RGB value is (121,108,81). Sum of RGB (Red+Green+Blue) = 121+108+81=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 121 - color contains mainly: red. Hex color #796C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C51 is #8693AE. Grayscale: #6C6C6C. Windows color (decimal): -8819631 or 5336185. OLE color: 5336185.

HSL color Cylindrical-coordinate representation of color #796C51: hue angle of 40.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #796C51 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 108 81 -
CMYK 0 0.11 0.33 0.53
HSL 40.5º 0.2% 0.4% -
HSV(B) 40.5º 0.33% 0.47% -
XYZ 14.73 15.38 9.98 -
YUV 108.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 121 108 81 0 0.11 0.33 0.53 40.5 0.2 0.4
Hex 79 6C 51 0 B 21 35 28 14 28
Octal 171 154 121 0 13 41 65 50 24 50
Binary 1111001 1101100 1010001 0 1011 100001 110101 101000 10100 101000

Color Harmonies of #796C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796C51

Black with #796C51

Text Example


Text Example

White with #796C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796C51; }

 p { color: rgb(121,108,81); }

 H1.HeaderClassName
 {
   color: #796C51;
 }
 .AnyTagClassName
 {
   color: #796C51;
 }
</style>

background-color css

<style>
 a { background-color: #796C51; }

 a { background-color: rgb(121,108,81); }

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

border-color css

<style>
 span { border-color: #796C51; }

 span { border-color: rgb(121,108,81); }

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