Html Css Color HEX #796D60 Sandstone

📋 copy color: '#796D60'

red 121 ◦ green 109 ◦ blue 96

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

Shades of Sandstone #796D60

Tints of Sandstone #796D60

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.44%

 BLUE value IS 96 (37.89% from 255) = 29.45%

R = 37.12%
G = 33.44%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#796D60 (or 0x796D60) is known color: Sandstone. HEX triplet: 79, 6D and 60. RGB value is (121,109,96). Sum of RGB (Red+Green+Blue) = 121+109+96=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 121 - color contains mainly: red. Hex color #796D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796D60 is #86929F. Grayscale: #6F6F6F. Windows color (decimal): -8819360 or 6319481. OLE color: 6319481.

HSL color Cylindrical-coordinate representation of color #796D60: hue angle of 31.2º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #796D60 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 109 96 -
CMYK 0 0.10 0.21 0.53
HSL 31.2º 0.12% 0.43% -
HSV(B) 31.2º 0.21% 0.47% -
XYZ 15.47 15.85 13.31 -
YUV 111.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 121 109 96 0 0.10 0.21 0.53 31.2 0.12 0.43
Hex 79 6D 60 0 A 15 35 1F C 2B
Octal 171 155 140 0 12 25 65 37 14 53
Binary 1111001 1101101 1100000 0 1010 10101 110101 11111 1100 101011

Color Harmonies of #796D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796D60

Black with #796D60

Text Example


Text Example

White with #796D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,109,96); }

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

background-color css

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

 a { background-color: rgb(121,109,96); }

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

border-color css

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

 span { border-color: rgb(121,109,96); }

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