#756B44

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

Shades of Go Ben #756B44

Tints of Go Ben #756B44

Color information

#756B44 (or 0x756B44) is unknown color: approx Go Ben. HEX triplet: 75, 6B and 44. RGB value is (117,107,68). Sum of RGB (Red+Green+Blue) = 117+107+68=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #756B44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756B44 is #8A94BB. Grayscale: #696969. Windows color (decimal): -9082044 or 4483957. OLE color: 4483957.

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

Color convert

RGB11710768-
CMYK00.090.420.54
HSL47.76º26.49%36.27%-
HSV(B)47.76º41.88%45.88%-
XYZ13.6414.717.59-
YUV105.54106.81136.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 107 (42.19% from 255) = 36.64%
BLUE value IS 68 (26.95% from 255) = 23.29%
R=40.07%
G=36.64%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171076800.090.420.5447.7626.4936.27
Hex756B44092A36301a24
Octal1651531040115266603244
Binary1110101110101110001000100110101011011011000011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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