#796D31

Color #796D31 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #796D31

Tints of Crete #796D31

Color information

#796D31 (or 0x796D31) is unknown color: approx Crete. HEX triplet: 79, 6D and 31. RGB value is (121,109,49). Sum of RGB (Red+Green+Blue) = 121+109+49=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #796D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796D31 is #8692CE. Grayscale: #6A6A6A. Windows color (decimal): -8819407 or 3239289. OLE color: 3239289.

HSL color Cylindrical-coordinate representation of color #796D31: hue angle of 50º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #796D31 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB12110949-
CMYK00.100.600.53
HSL50º42.35%33.33%-
HSV(B)50º59.5%47.45%-
XYZ13.9115.225.11-
YUV105.7595.98138.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.37%
GREEN value IS 109 (42.97% from 255) = 39.07%
BLUE value IS 49 (19.53% from 255) = 17.56%
R=43.37%
G=39.07%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211094900.100.600.535042.3533.33
Hex796D310A3C35322a21
Octal171155610127465625241
Binary1111001110110111000101010111100110101110010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #796D31;
 }
 .AnyTagClassName
 {
   color: #796D31;
 }
</style>
background-color css

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

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

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

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

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

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