#756D41

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

Shades of Go Ben #756D41

Tints of Go Ben #756D41

Color information

#756D41 (or 0x756D41) is unknown color: approx Go Ben. HEX triplet: 75, 6D and 41. RGB value is (117,109,65). Sum of RGB (Red+Green+Blue) = 117+109+65=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 109 (42.97% from 255 or 37.46% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #756D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D41 is #8A92BE. Grayscale: #6A6A6A. Windows color (decimal): -9081535 or 4287861. OLE color: 4287861.

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

Color convert

RGB11710965-
CMYK00.070.440.54
HSL50.77º28.57%35.69%-
HSV(B)50.77º44.44%45.88%-
XYZ13.7615.17.19-
YUV106.38104.65135.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 109 (42.97% from 255) = 37.46%
BLUE value IS 65 (25.78% from 255) = 22.34%
R=40.21%
G=37.46%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171096500.070.440.5450.7728.5735.69
Hex756D41072C36331d24
Octal165155101075466633544
Binary111010111011011000001011110110011011011001111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,109,65); }

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

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

 a { background-color: rgb(117,109,65); }

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

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

 span { border-color: rgb(117,109,65); }

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