#796E2E

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

Shades of Crete #796E2E

Tints of Crete #796E2E

Color information

#796E2E (or 0x796E2E) is unknown color: approx Crete. HEX triplet: 79, 6E and 2E. RGB value is (121,110,46). Sum of RGB (Red+Green+Blue) = 121+110+46=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #796E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #796E2E is #8691D1. Grayscale: #6A6A6A. Windows color (decimal): -8819154 or 3042937. OLE color: 3042937.

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

Color convert

RGB12111046-
CMYK00.090.620.53
HSL51.2º44.91%32.75%-
HSV(B)51.2º61.98%47.45%-
XYZ13.9515.414.82-
YUV105.9994.14138.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.68%
GREEN value IS 110 (43.36% from 255) = 39.71%
BLUE value IS 46 (18.36% from 255) = 16.61%
R=43.68%
G=39.71%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211104600.090.620.5351.244.9132.75
Hex796E2E093E35332d21
Octal171156560117665635541
Binary1111001110111010111001001111110110101110011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,110,46); }

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

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

 a { background-color: rgb(121,110,46); }

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

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

 span { border-color: rgb(121,110,46); }

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