#746145

Color #746145 Soya Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Soya Bean #746145

Tints of Soya Bean #746145

Color information

#746145 (or 0x746145) is unknown color: approx Soya Bean. HEX triplet: 74, 61 and 45. RGB value is (116,97,69). Sum of RGB (Red+Green+Blue) = 116+97+69=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 116 - color contains mainly: red. Hex color #746145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746145 is #8B9EBA. Grayscale: #636363. Windows color (decimal): -9150139 or 4546932. OLE color: 4546932.

HSL color Cylindrical-coordinate representation of color #746145: hue angle of 35.74º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #746145 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.55.

Color convert

RGB1169769-
CMYK00.160.410.55
HSL35.74º25.41%36.27%-
HSV(B)35.74º40.52%45.49%-
XYZ12.5512.697.42-
YUV99.49110.79139.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.13%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 69 (27.34% from 255) = 24.47%
R=41.13%
G=34.40%
B=24.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116976900.160.410.5535.7425.4136.27
Hex7461450102937241924
Octal1641411050205167443144
Binary11101001100001100010101000010100111011110010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #746145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #746145; }

 p { color: rgb(116,97,69); }

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

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

 a { background-color: rgb(116,97,69); }

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

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

 span { border-color: rgb(116,97,69); }

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