#746848

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

Shades of Go Ben #746848

Tints of Go Ben #746848

Color information

#746848 (or 0x746848) is unknown color: approx Go Ben. HEX triplet: 74, 68 and 48. RGB value is (116,104,72). Sum of RGB (Red+Green+Blue) = 116+104+72=292 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.73% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 116 - color contains mainly: red. Hex color #746848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746848 is #8B97B7. Grayscale: #686868. Windows color (decimal): -9148344 or 4745332. OLE color: 4745332.

HSL color Cylindrical-coordinate representation of color #746848: hue angle of 43.64º 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 #746848 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB11610472-
CMYK00.100.380.55
HSL43.64º23.4%36.86%-
HSV(B)43.64º37.93%45.49%-
XYZ13.3214.088.15-
YUV103.94109.98136.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 39.73%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 72 (28.52% from 255) = 24.66%
R=39.73%
G=35.62%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161047200.100.380.5543.6423.436.86
Hex7468480A26372c1725
Octal1641501100124667542745
Binary1110100110100010010000101010011011011110110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746848; }

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

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

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

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

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

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

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

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