#756E43

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

Shades of Go Ben #756E43

Tints of Go Ben #756E43

Color information

#756E43 (or 0x756E43) is unknown color: approx Go Ben. HEX triplet: 75, 6E and 43. RGB value is (117,110,67). Sum of RGB (Red+Green+Blue) = 117+110+67=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 110 (43.36% from 255 or 37.41% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #756E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E43 is #8A91BC. Grayscale: #6B6B6B. Windows color (decimal): -9081277 or 4419189. OLE color: 4419189.

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

Color convert

RGB11711067-
CMYK00.060.430.54
HSL51.6º27.17%36.08%-
HSV(B)51.6º42.74%45.88%-
XYZ13.9315.347.54-
YUV107.19105.32135-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 110 (43.36% from 255) = 37.41%
BLUE value IS 67 (26.56% from 255) = 22.79%
R=39.80%
G=37.41%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171106700.060.430.5451.627.1736.08
Hex756E43062B36341b24
Octal165156103065366643344
Binary111010111011101000011011010101111011011010011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,110,67); }

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

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

 a { background-color: rgb(117,110,67); }

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

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

 span { border-color: rgb(117,110,67); }

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