#756E40

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

Shades of Go Ben #756E40

Tints of Go Ben #756E40

Color information

#756E40 (or 0x756E40) is unknown color: approx Go Ben. HEX triplet: 75, 6E and 40. RGB value is (117,110,64). Sum of RGB (Red+Green+Blue) = 117+110+64=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 110 (43.36% from 255 or 37.80% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #756E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E40 is #8A91BF. Grayscale: #6B6B6B. Windows color (decimal): -9081280 or 4222581. OLE color: 4222581.

HSL color Cylindrical-coordinate representation of color #756E40: hue angle of 52.08º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #756E40 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB11711064-
CMYK00.060.450.54
HSL52.08º29.28%35.49%-
HSV(B)52.08º45.3%45.88%-
XYZ13.8415.37.08-
YUV106.85103.82135.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 110 (43.36% from 255) = 37.80%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=40.21%
G=37.80%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171106400.060.450.5452.0829.2835.49
Hex756E40062D36341d23
Octal165156100065566643543
Binary111010111011101000000011010110111011011010011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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