#756E46

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

Shades of Go Ben #756E46

Tints of Go Ben #756E46

Color information

#756E46 (or 0x756E46) is unknown color: approx Go Ben. HEX triplet: 75, 6E and 46. RGB value is (117,110,70). Sum of RGB (Red+Green+Blue) = 117+110+70=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #756E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E46 is #8A91B9. Grayscale: #6B6B6B. Windows color (decimal): -9081274 or 4615797. OLE color: 4615797.

HSL color Cylindrical-coordinate representation of color #756E46: hue angle of 51.06º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #756E46 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB11711070-
CMYK00.060.400.54
HSL51.06º25.13%36.67%-
HSV(B)51.06º40.17%45.88%-
XYZ14.0215.388.02-
YUV107.53106.82134.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 110 (43.36% from 255) = 37.04%
BLUE value IS 70 (27.73% from 255) = 23.57%
R=39.39%
G=37.04%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171107000.060.400.5451.0625.1336.67
Hex756E46062836331925
Octal165156106065066633145
Binary111010111011101000110011010100011011011001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756E46; }

 p { color: rgb(117,110,70); }

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

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

 a { background-color: rgb(117,110,70); }

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

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

 span { border-color: rgb(117,110,70); }

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