#756D4B

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

Shades of Go Ben #756D4B

Tints of Go Ben #756D4B

Color information

#756D4B (or 0x756D4B) is unknown color: approx Go Ben. HEX triplet: 75, 6D and 4B. RGB value is (117,109,75). Sum of RGB (Red+Green+Blue) = 117+109+75=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #756D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D4B is #8A92B4. Grayscale: #6B6B6B. Windows color (decimal): -9081525 or 4943221. OLE color: 4943221.

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

Color convert

RGB11710975-
CMYK00.070.360.54
HSL48.57º21.88%37.65%-
HSV(B)48.57º35.9%45.88%-
XYZ14.0715.238.85-
YUV107.52109.65134.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=38.87%
G=36.21%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171097500.070.360.5448.5721.8837.65
Hex756D4B072436311626
Octal165155113074466612646
Binary111010111011011001011011110010011011011000110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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