#756B41

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

Shades of Go Ben #756B41

Tints of Go Ben #756B41

Color information

#756B41 (or 0x756B41) is unknown color: approx Go Ben. HEX triplet: 75, 6B and 41. RGB value is (117,107,65). Sum of RGB (Red+Green+Blue) = 117+107+65=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #756B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756B41 is #8A94BE. Grayscale: #696969. Windows color (decimal): -9082047 or 4287349. OLE color: 4287349.

HSL color Cylindrical-coordinate representation of color #756B41: hue angle of 48.46º 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 #756B41 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB11710765-
CMYK00.090.440.54
HSL48.46º28.57%35.69%-
HSV(B)48.46º44.44%45.88%-
XYZ13.5514.687.12-
YUV105.2105.31136.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 107 (42.19% from 255) = 37.02%
BLUE value IS 65 (25.78% from 255) = 22.49%
R=40.48%
G=37.02%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171076500.090.440.5448.4628.5735.69
Hex756B41092C36301d24
Octal1651531010115466603544
Binary1110101110101110000010100110110011011011000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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