#756D3E

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

Shades of Go Ben #756D3E

Tints of Go Ben #756D3E

Color information

#756D3E (or 0x756D3E) is unknown color: approx Go Ben. HEX triplet: 75, 6D and 3E. RGB value is (117,109,62). Sum of RGB (Red+Green+Blue) = 117+109+62=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #756D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D3E is #8A92C1. Grayscale: #6A6A6A. Windows color (decimal): -9081538 or 4091253. OLE color: 4091253.

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

Color convert

RGB11710962-
CMYK00.070.470.54
HSL51.27º30.73%35.1%-
HSV(B)51.27º47.01%45.88%-
XYZ13.6715.076.74-
YUV106.03103.15135.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 109 (42.97% from 255) = 37.85%
BLUE value IS 62 (24.61% from 255) = 21.53%
R=40.62%
G=37.85%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171096200.070.470.5451.2730.7335.1
Hex756D3E072F36331f23
Octal16515576075766633743
Binary11101011101101111110011110111111011011001111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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