#746D48

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

Shades of Go Ben #746D48

Tints of Go Ben #746D48

Color information

#746D48 (or 0x746D48) is unknown color: approx Go Ben. HEX triplet: 74, 6D and 48. RGB value is (116,109,72). Sum of RGB (Red+Green+Blue) = 116+109+72=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #746D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746D48 is #8B92B7. Grayscale: #6B6B6B. Windows color (decimal): -9147064 or 4746612. OLE color: 4746612.

HSL color Cylindrical-coordinate representation of color #746D48: hue angle of 50.45º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #746D48 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB11610972-
CMYK00.060.380.55
HSL50.45º23.4%36.86%-
HSV(B)50.45º37.93%45.49%-
XYZ13.8415.128.32-
YUV106.88108.32134.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.06%
GREEN value IS 109 (42.97% from 255) = 36.70%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=39.06%
G=36.70%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161097200.060.380.5550.4523.436.86
Hex746D48062637321725
Octal164155110064667622745
Binary111010011011011001000011010011011011111001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746D48; }

 p { color: rgb(116,109,72); }

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

<style>
 a { background-color: #746D48; }

 a { background-color: rgb(116,109,72); }

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

<style>
 span { border-color: #746D48; }

 span { border-color: rgb(116,109,72); }

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