#756B42

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

Shades of Go Ben #756B42

Tints of Go Ben #756B42

Color information

#756B42 (or 0x756B42) is unknown color: approx Go Ben. HEX triplet: 75, 6B and 42. RGB value is (117,107,66). Sum of RGB (Red+Green+Blue) = 117+107+66=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #756B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756B42 is #8A94BD. Grayscale: #696969. Windows color (decimal): -9082046 or 4352885. OLE color: 4352885.

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

Color convert

RGB11710766-
CMYK00.090.440.54
HSL48.24º27.87%35.88%-
HSV(B)48.24º43.59%45.88%-
XYZ13.5814.697.27-
YUV105.32105.81136.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 107 (42.19% from 255) = 36.90%
BLUE value IS 66 (26.17% from 255) = 22.76%
R=40.34%
G=36.90%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171076600.090.440.5448.2427.8735.88
Hex756B42092C36301c24
Octal1651531020115466603444
Binary1110101110101110000100100110110011011011000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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