#726946

Color #726946 Go Ben (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Go Ben #726946

Tints of Go Ben #726946

Color information

#726946 (or 0x726946) is unknown color: approx Go Ben. HEX triplet: 72, 69 and 46. RGB value is (114,105,70). Sum of RGB (Red+Green+Blue) = 114+105+70=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 114 - color contains mainly: red. Hex color #726946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726946 is #8D96B9. Grayscale: #676767. Windows color (decimal): -9279162 or 4614514. OLE color: 4614514.

HSL color Cylindrical-coordinate representation of color #726946: hue angle of 47.73º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #726946 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB11410570-
CMYK00.080.390.55
HSL47.73º23.91%36.08%-
HSV(B)47.73º38.6%44.71%-
XYZ13.114.127.83-
YUV103.7108.98135.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.45%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 70 (27.73% from 255) = 24.22%
R=39.45%
G=36.33%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141057000.080.390.5547.7323.9136.08
Hex726946082737301824
Octal1621511060104767603044
Binary1110010110100110001100100010011111011111000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726946; }

 p { color: rgb(114,105,70); }

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

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

 a { background-color: rgb(114,105,70); }

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

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

 span { border-color: rgb(114,105,70); }

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