#756D3F

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

Shades of Go Ben #756D3F

Tints of Go Ben #756D3F

Color information

#756D3F (or 0x756D3F) is unknown color: approx Go Ben. HEX triplet: 75, 6D and 3F. RGB value is (117,109,63). Sum of RGB (Red+Green+Blue) = 117+109+63=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #756D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D3F is #8A92C0. Grayscale: #6A6A6A. Windows color (decimal): -9081537 or 4156789. OLE color: 4156789.

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

Color convert

RGB11710963-
CMYK00.070.460.54
HSL51.11º30%35.29%-
HSV(B)51.11º46.15%45.88%-
XYZ13.715.086.89-
YUV106.15103.65135.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 109 (42.97% from 255) = 37.72%
BLUE value IS 63 (25% from 255) = 21.80%
R=40.48%
G=37.72%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171096300.070.460.5451.113035.29
Hex756D3F072E36331e23
Octal16515577075666633643
Binary11101011101101111111011110111011011011001111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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